Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 21 days 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=
```