liamondrop / bus-tracker

Visualizing transportation data from the Satori live transportation API, using React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bus Tracker

A project to visualize transportation data from the Satori live transportation API, using React and Redux.

This project was bootstrapped with Create React App.

Screenshot

For the project to build, these files must exist with exact filenames:

  • public/index.html is the page template;
  • src/index.js is the JavaScript entry point.

Installing Dependencies

If you have Yarn installed, simply enter the following in the project directory:

yarn

Otherwise, using npm:

npm install

Satori API

NOTE: This app will not render new routes unless you obtain an app key from Satori. Update RTM_APP_KEY in src/constants/index.js with your key and you should be good to go.

Starting the App

In the project directory, run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

Visualizing transportation data from the Satori live transportation API, using React and Redux


Languages

Language:JavaScript 74.6%Language:HTML 13.1%Language:CSS 12.3%