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.
##Run this:
- npm install
- 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