https://github.com/datamade/mote-0-bike
A bicycle-based sensing and data gathering project, intended to better map the urban environment as it is experienced by the bicyclist and pedestrian. GFRY design objects studio project by Colin Hutton
https://github.com/datamade/mote-0-bike
Last synced: 8 months ago
JSON representation
A bicycle-based sensing and data gathering project, intended to better map the urban environment as it is experienced by the bicyclist and pedestrian. GFRY design objects studio project by Colin Hutton
- Host: GitHub
- URL: https://github.com/datamade/mote-0-bike
- Owner: datamade
- License: other
- Created: 2013-04-22T18:09:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T08:55:04.000Z (over 10 years ago)
- Last Synced: 2025-09-11T10:32:57.085Z (10 months ago)
- Language: JavaScript
- Homepage: http://mote-0-bike.herokuapp.com/
- Size: 273 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - datamade/mote-0-bike - A bicycle-based sensing and data gathering project, intended to better map the urban environment as it is experienced by the bicyclist and pedestrian. GFRY design objects studio project by Colin Hutto (others)
README
# Mote-0-Bike
Node.js app for storing and visualizing data logs from Mote-0-Bike project
##Components
[Express](http://expressjs.com/)
[Mongoose](http://mongoosejs.com/) for MongoDB
[Jade](http://jade-lang.com/) for templating
[Twitter Bootstrap](http://twitter.github.com/bootstrap/) for styling
[Leaflet](http://leafletjs.com) and [CloudMade](http://cloudmade.com) for maps
[HighCharts](http://highcharts.com) for charts
Based on Node.js Express MVR Template Project by [Ben Edmunds](http://benedmunds.com)
##Setup
### Local
npm install
npm start
### On Heroku
git push heroku master
heroku addons:add mongolab:starter