Skip to content

A simple app to estimate how much using the web may affect nature. Presented during the Valtech Hackathon in May 2016.

License

Notifications You must be signed in to change notification settings

dynamiccast/greenhub-hackathon-valtech

Repository files navigation

Greenhub

Code Climate

Greenhub is a simple web application to give people more insight on how much resources the web can use. It was developed during the Valtech hackathon which topic was about pollution (http://hackathon.valtech.fr/) #HackValtech

This application is developped with Ember.js and Sails.js. It uses sails-generate-ember-blueprints to bind the backend and the frontend together.

Greenhub is a webpage where everyone who is connected can see the estimated global footprint of the group.

Alt text

Run greenhub at home

A public Docker Image of greenhub is available on the Docker Hub. If you wish to run it quickly just type:

docker run -p 80:1337 dynamiccast/greenhub

Build from repository

A Dockerfile is available to build the app from scratch.

docker build -t greenhub .
docker run -p 80:1337 greenhub

One more thing

There is an easter egg hidden in the app ;)

About

A simple app to estimate how much using the web may affect nature. Presented during the Valtech Hackathon in May 2016.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published