Sismo TEC REST API that supports Sismo Tec apps.
These instructions will help you to to get a copy of the project up and running on your local machine for development purposes.
You need to have Node and Yarn installed on your local machine (this project was developed using Node v6.10.0 and Yarn v0.21.3).
Download the entire folder to your computer and then open your terminal and navigate to its location.
Then run
yarn install
yarn run start
Now you can make requests to localhost:3000.
You can make requests to the live API at http://sismotecapi.herokuapp.com.
The API Reference can be found here: Sismo Tec API Reference.