$ npm install$ npm start
$ npm run monitor$ npm run lint
$ npm testGET /content/:path
Returns blob of markdown/html content.
GET /static/:file
Returns static file.
GET /resources/[:type]
Returns a list of n resource excerpts of specified type.
type is optional.
Query params:
offset- offset in results to return. Default: 0limit- number of results to return. Default: 10
/author/:author
Returns author profile info. eg. image, link to twitter, GitHub, bio.