Ecosyste.ms: Awesome
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: 21 days ago
JSON representation
Some useful data to be consumed.
- Host: GitHub
- URL: https://github.com/lunatic-fox/datables
- Owner: lunatic-fox
- License: mit
- Created: 2022-08-31T03:44:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T16:28:26.000Z (about 2 years ago)
- Last Synced: 2024-10-04T18:41:35.070Z (about 1 month ago)
- Topics: json, json-api, json-data
- Language: JavaScript
- Homepage: https://datables.vercel.app/
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=
```