etburke / osm-api-integration-tests

Mocha tests for the Open Street Map API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osm-api-integration-tests

Mocha tests for the Open Street Map API

This project is meant to help when developing APIs that mimick the official OSM "Rails Port" API.

First, you'll need node and npm. Visit nodejs.org to get started.

Next, you'll need mocha. Installing mocha globally is recommended.

npm install mocha -g

Now install the project's dependencies.

npm install

The project is configured by default to run against the official master development deployment at http://master.apis.dev.openstreetmap.org/. You'll need to create an account on this deployment to run these tests. Once you've created an account copy the config.example.json to config.json

cp config.example.json config.json

and update the email and password values with your own. This new file will be ignored by git.

About

Mocha tests for the Open Street Map API

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%