Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T08:55:04.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:31:31.734Z (3 months ago)
- Language: JavaScript
- Homepage: http://mote-0-bike.herokuapp.com/
- Size: 273 KB
- Stars: 3
- Watchers: 7
- 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 chartsBased on Node.js Express MVR Template Project by [Ben Edmunds](http://benedmunds.com)
##Setup
### Local
npm installnpm start
### On Heroku
git push heroku masterheroku addons:add mongolab:starter