Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/green-button/green-button.github.io
Prototype testing site for www.archive.greenbuttondata.org
https://github.com/green-button/green-button.github.io
Last synced: 3 months ago
JSON representation
Prototype testing site for www.archive.greenbuttondata.org
- Host: GitHub
- URL: https://github.com/green-button/green-button.github.io
- Owner: green-button
- License: other
- Created: 2014-05-21T19:11:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T07:42:18.000Z (4 months ago)
- Last Synced: 2024-07-05T21:07:58.641Z (4 months ago)
- Language: CSS
- Homepage: http://green-button.github.io/
- Size: 88.8 MB
- Stars: 50
- Watchers: 20
- Forks: 38
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-conservation-tech - Green Button - Secure way to get your energy usage information electronically. (Energy)
README
Green Button
======================
This is the source code for http://archive.greenbuttondata.org.You can see the design preview: http://green-button.github.io.
Mission
---
The goal of the site is to help:
- Consumers understand green button
- Developers use green button data to make tools and services
- Utilities and other service providers generate energy data using the green button standardHow it works
---
GreenButtonData.org is a static HTML/CSS/JS site. The site's pages are maintained in simple Markdown files, which are compiled into HTML by Jekyll.The lists of utilities and other companies that appear on the homepage are maintained in easy-to-read YAML files (".yml") in the /_data directory.
GitHub is our CMS for this project. Content editors have GitHub accounts, edit the Markdown and YAML files themselves, and preview the results on http://green-button.github.io. Pushes to the live server are, for now, handled by the development team.
Contributing
---
Content and feature suggestions are welcome via GitHub Issues. Code contributions are welcome via pull request, although of course we cannot guarantee your changes will be included in the site.Thanks
---
Huge thanks to team [@blue-button](https://github.com/blue-button), whose design we forked for this project and [@18F](https://github.com/18F) whose description of "how it works" we forked.