Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 848 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 848 Bytes

US Government Greenhouse Gas Emissions

This repository represents work product for the GSA Digital Innovation Hackathon 2015.

Files in the root directory comprise a solution to the Greenhouse Gas challenge.

Files in the hackathon directory were provided by the GSA.

Files in the data directory represent machine-readable versions of GSA-provided data files.

Usage

View the solution live at http://s2t2.github.io/gsa-hackathon-2015/

Development

Download source.

git clone [email protected]:s2t2/gsa-hackathon-2015.git

Start a local web server.

cd gsa-hackathon-2015/
python -m SimpleHTTPServer 8888 &

Visit http://localhost:8888/ in a browser.