eugeneotto / tcsz-sample-webserver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%