GraemeFulton / React-JS-Bus-Map-Web-App

Transport API Bus Departure Board (React.js + Google Maps)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transport API Bus Departure Board (React.js + Google Maps)

###Run Live Demo

If the demo is not working, it has most likely hit the Transport API limits.

##About

  • Built with React + Webpack + Babel, see here for starter repo, and this tutorial by SurviveJS, which I used to get started.

  • Uses React Google Maps by Tom Chen for Google Map + React integration

  • Also using the Transport API for bus time information - note that there are daily limits on this API, so if the demo is not working, it has hit API limits.

  • Find Routes demo

  • Search Locations search

##Run this:

  1. npm install
  2. node server.js

Make sure webpack-dev-server is installed. For hotloading, you can run this:

webpack-dev-server --devtool eval --progress --colors --hot --content-base build

About

Transport API Bus Departure Board (React.js + Google Maps)


Languages

Language:JavaScript 99.8%Language:CSS 0.1%Language:HTML 0.1%