https://github.com/mtmckenna/green-button-grapher
JS app that parses/displays Green Button XML
https://github.com/mtmckenna/green-button-grapher
chart energy energy-efficiency javascript react
Last synced: 5 months ago
JSON representation
JS app that parses/displays Green Button XML
- Host: GitHub
- URL: https://github.com/mtmckenna/green-button-grapher
- Owner: mtmckenna
- License: mit
- Created: 2012-05-15T04:16:06.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T14:47:42.000Z (about 2 years ago)
- Last Synced: 2024-05-16T15:52:41.684Z (about 2 years ago)
- Topics: chart, energy, energy-efficiency, javascript, react
- Language: JavaScript
- Homepage: http://mtmckenna.github.com/green-button-grapher/
- Size: 10.8 MB
- Stars: 28
- Watchers: 5
- Forks: 12
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Green Button Grapher [](https://travis-ci.org/mtmckenna/green-button-grapher)
## What is This Thing
Green Button Grapher parses and charts [Green Button Data](http://www.greenbuttondata.org/).
## How to Use It
First, download your Green Button Data from your power utility company's website. For example, [here are instructions for downloading Green Button Data from PG&E](https://energy.gov/sites/prod/files/Using%20Green%20Button%20Download.pdf).
Next, visit the [hosted version of Green Button Grapher on GitHub](https://mtmckenna.github.io/green-button-grapher/) and upload your Green Button file. Your data will then be displayed as a chart. Note that the file is only parsed by your web browser and not sent to a server.
## How to Build It
### Building for Development
`yarn start`
### Running Tests
`yarn test`
### Building for Distribution
`yarn build`