Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osteele/quickdraw-api-server
Server-side support for the Quickdraw dataset of UGC vector sketches of common terms
https://github.com/osteele/quickdraw-api-server
server webapi
Last synced: 6 days ago
JSON representation
Server-side support for the Quickdraw dataset of UGC vector sketches of common terms
- Host: GitHub
- URL: https://github.com/osteele/quickdraw-api-server
- Owner: osteele
- Created: 2020-05-06T01:14:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T07:40:25.000Z (over 3 years ago)
- Last Synced: 2024-10-12T15:45:58.558Z (about 1 month ago)
- Topics: server, webapi
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quickdraw API Server
Work in progress. Adapted and simplified from
,
to work with the
[quickdraw_dataset](https://console.cloud.google.com/storage/browser/quickdraw_dataset)
bucket.## Installation
`npm install`
Create a `config.json` file replacing the values below:
```json
{
"projectId": "YOUR_PROJECT_ID",
"bucketId": "GCS_BUCKET_ID"
}
```## Usage
`npm start`
Fetch from, for example, ,
where `aircraft%20carrier` is the
[URL-encoded](https://storage.cloud.google.com/nyush-quickdraw-data/full/simplified/aircraft%20carrier.ndjson)
category name (spaces are replaced by `%20`).## To Do
Add back the `is_animated` query parameter.
## References
-
-## License
Apache