This is a project example that provides an overview to our customers about how the routing process using our API is made.
- Node.js - Download & Install Node.js and the npm package manager. If you encounter any problems, you can also use this GitHub Gist to install Node.js.
The first thing you should do is install the Node.js dependencies. To learn more about the modules installed visit the NPM & Package.json section.
$ npm install
To run this project you might have a RoutEasy account. Then you need to setup your credentials inside config.json
file.
"credentials":
{
"username": "SEU_USUARIO",
"password": "SUA_SENHA"
}
After the install process is over, you'll be able to run the application. Just run node:
$ node index.js
You can see step by step the routing process and how to use all RoutEasy's features in our Wiki (pt-BR).
All endpoints are available in the docs section of our website. Feel free to contact the author by email william.kennedy@routeasy.com.br