The one API to rule them all
- Install Node and NPM
npm install
in the project rootnpm run local
to start the server
Note: you may need API keys to run other people's APIs locally, get them from the maintainer if you're interested
- Fork this repo
- Create a new file under
contributors
with your name - Add an endpoint that does whatever you think is cool or interesting
- Make sure to follow good API practices (validation, proper HTTP codes, error handling, etc.)
- Submit a pull request to this repo to merge your fork.
- Let us know via email and we'll do a code review with our engineers!
Hopefully this is easier for you and more indicative of skill/ engineering zeal than doing a whiteboarding interview.