/tcsz-sample-webserver

Sample node.js webserver (koa, koa-router) with a CryptoKitties API call (axios)

Primary LanguageJavaScript

Installing

yarn install

How to start

yarn start

# GET (fetches CryptoKitty #116)
curl http://localhost:4000

# POST (responds with a JSON object)
curl -d '' http://localhost:4000/example