Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 780 Bytes

File metadata and controls

30 lines (18 loc) · 780 Bytes

SismoTec API

Sismo TEC REST API that supports Sismo Tec apps.

Getting started

These instructions will help you to to get a copy of the project up and running on your local machine for development purposes.

Prerequisites

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).

Installing

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.

Live API

You can make requests to the live API at http://sismotecapi.herokuapp.com.

API Reference

The API Reference can be found here: Sismo Tec API Reference.