Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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