polastre / nodejs-api-test

A sample API server using Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sample API server using Node.js

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 99.2%Language:Makefile 0.8%