Using the language of your choice please build your own API which calls the API at https://bpdts-test-app.herokuapp.com/, and returns people who are listed as either living in London, or whose current coordinates are within 50 miles of London.
- NodeJS
- Express
- Axios
- Mocha
- Chai
- Chai-Http
- Lodash
- Geopoint
$ npm install
$ node src/index.js
$ curl -X GET "http://localhost:3000/v1/users/london" -H "accept: application/json"
$ npm test