#citibikeTracker An app that lets users view the status of Citibike docks around New York City. Users can also enter an address to set a home location and get directions to and from bike stations.
Built as an experiment with AngularJS and the Google Maps API.
#Technologies
- Node.js
- Express
- MongoDB
- AngularJS
- Google Maps API
#Getting started:
- fork or clone this repository
npm install
in your new directorynpm start
in your new directory- point your browser to http://localhost:3000
- enjoy!