A REST api for querying information about NPR member stations. It features filtering, geolocation searching, pagination, and sorting.
- RethinkDB
- Node.js 6.x
- npm 3.x
Run npm install
to grab the project dependencies.
Run npm run db:migrate
to execute database migrations (this will handle populating your database with station records).
Start RethinkDB on its default port.
Run npm start
to spin up a local development server.
Run npm test
to run the unit tests.