Skip to content

Crucible-Standard/mtastate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtastate

Issues License Known Vulnerabilities code style: prettier codecov

Description:

You should be able to do a GET request against the API and receive back information about any new jersey transit or MTA train line.

example being GET to https://mtastate.herokuapp.com/?line=1 for the 1 MTA line local information.

Example Response: Status: 200

{
  "data":"123: GOOD SERVICE"
}

Installation

npm install

Example Usage

Basic usage

npm run start

now you should be able to get a response from

http://localhost:5000/health