/green-button-grapher

JS app that parses/displays Green Button XML

Primary LanguageJavaScriptMIT LicenseMIT

Green Button Grapher Build Status

What is This Thing

Green Button Grapher parses and charts Green Button Data.

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.

Next, visit the hosted version of Green Button Grapher on GitHub 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