Swinteract is a Headup-Display Simulation powered by node.js, HTML5, JavaScript and the enviroCar database.
- Analyze your CO2 emission
- Track your fuel consumption
- Keep track of your results in relation to the community
- Use interactive swipe-gestures to navigate through the content
1.0.0
Swinteract uses a number of open source projects to work properly:
- node.js - evented I/O for the backend
- Bower - package manager for the web dependencies
- Express - fast node.js network app framework
- fullPage.js - plugin to create full-screen scrolling stites
- flot.js - framework to create (realtime) charts
- leaflet - framework to create interactive maps
- jQuery - duh
- jQuery-circle-progress - nice plugin to do circle progress bars via jQuery
Swinteract requires Node.js v4+ to run.
You need to have Bower installed globally:
$ npm i -g bower
$ git clone [git-repo-url]
$ cd Swinteract
$ bower install
$ npm install
$ node index.js
- Write Tests
- Integrate live data streaming
- get more accurate CO2 data
MIT
Aww Yes, Free Software!