/nodejs-api-test

A sample API server using Node.js

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

nodejs-api-test Build Status

A sample API server using Node.js.

This API application calculates the distance between points, assuming there's an external provider of names and coordinates. It uses an Apiary Mock Server to simulate the external provider.

To run, simply do:

node app.js

To run the tests, it is just:

npm test