Skip to content

Pair Project using command line/ node: Uses TfL API to return next 5 buses at nearest 2 bus stops to a user inputted (command line) postcode

Notifications You must be signed in to change notification settings

Janisha1/TS-JP-BusBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#BusBoard Using TfL API and Postcodes.io

  • User enters a postcode.
  • Return the next 5 buses at the nearest 2 bus stops.

#Console Application - On command line enter:-

  • mkdir busBoard
  • npm init - accept defaults or amend as required
  • npm install node-fetch
  • npm install readline-sync

#Links TfL API: https://api-portal.tfl.gov.uk/apis

Postcodes.io: http://api.postcodes.io/

About

Pair Project using command line/ node: Uses TfL API to return next 5 buses at nearest 2 bus stops to a user inputted (command line) postcode

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages