Luccas Mateus 14974edcbf
[examples/openspending] - openspending v0.2 (#907)
* [examples/openspending] - openspending v0.2

* [examples/openspending][m] - fix build

* [examples/openspending][xs] - fix build

* [examples/openspending][xs] - add prebuild step

* [examples/openspending][m] - fix requested by demenech

* [examples/openspending][sm] - remove links + fix bug
2023-05-30 20:22:58 -03:00

50 lines
1.6 KiB
Markdown

---
title: Help
authors:
- Anders Pedersen
redirect_to: "/get-involved/"
---
Are you looking to get started using OpenSpending? Have a look at some
of our guides and get rolling! If you have questions,
[get in touch](../about/contact).
The OpenSpending Guide is available in multiple languages:
* [English](./guide/en)
* [French](./guide/fr)
* [Italian](./guide/it)
* [Nepali](./guide/npl)
* [Romanian](./guide/rom)
* [Spanish](./guide/esp)
Many other translations are under development. Check back for new
translations or
[help add your language](https://trello.com/c/abfAVgBC/14-permanent-openspending-guide-translation).
#### Video guides
* [OpenSpending Upload, Step 1](http://vimeo.com/43259079#): adding a dataset
* [OpenSpending Upload, Step 2](http://vimeo.com/43760979): data modelling
* [How to Fix Errors in OpenSpending](http://vimeo.com/43762097)
* [Introduction to Spending Stories](http://webtv.journalismfestival.com/doc/1311/raccontare-la-spesa-pubblica.htm)
* [Talk from "The Big Clean", Prague 2012](http://www.youtube.com/watch?v=ofzU43g5ZpY)
#### Tutorials
* [D3.js Sankey diagrams with the OpenSpending API](http://blog.openspending.org/2013/08/28/d3-sankey/)
#### OpenSpending API
OpenSpending aims to be a simple-to-use platform for developers by
offering a variety of APIs that can be used to create visualizations,
reports, and other applications. These help pages describe the APIs
and provide examples of their use.
* [API conventions](./conventions)
* [Aggregate API](./aggregate)
* [REST resources](./rest)
* [Full-text search API](./search)
* [Personal tax API](./tax)
* [Dataset loading API](./loading)