An open API service indexing awesome lists of open source software.

https://github.com/lunatic-fox/datables

Some useful data to be consumed.
https://github.com/lunatic-fox/datables

json json-api json-data

Last synced: 9 months ago
JSON representation

Some useful data to be consumed.

Awesome Lists containing this project

README

          

# Datables
Some useful data to be consumed.

## Using

   The index route returns the `t` array of avaiable tables.

```
https://datables.vercel.app/
```

> ***Return example***
```json
{
"t": [
"sazonalidade-p",
"sazonalidade-q"
]
}
```

   The `t` query parameter returns the specified table.

```
https://datables.vercel.app/?t=
```