This is the NodeJS version of our "Tonkotsu" workshop webapp. The codebase is pretty simple: it's a NodeJS app that will connect to GitHub's Octocat API endpoint and return the Zen quote of the day. E.g.:
There are some built-in unit tests to ensure that everything can be verified.
Please fork this repository and ensure you have a local working copy.
Setup:
npm install
Tests:
npm run test
Run server (defaults to localhost:3000):
npm start
Follow the coach instructions and good luck!

