Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

RoutEasy/routeasy-node-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoutEasy Logo

RoutEasy Node.js Project v1.0.0

This is a project example that provides an overview to our customers about how the routing process using our API is made.

Prerequisites

Quick Install

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

Setup Your Credentials

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"
}

Running Your Application

After the install process is over, you'll be able to run the application. Just run node:

$ node index.js

Wiki

You can see step by step the routing process and how to use all RoutEasy's features in our Wiki (pt-BR).

Documentation

All endpoints are available in the docs section of our website. Feel free to contact the author by email william.kennedy@routeasy.com.br

About

A simple Node.js project that uses Routeasy's API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published