/Panels-and-Turbines

Primary LanguageHTMLGNU Affero General Public License v3.0AGPL-3.0

demo: see this app in action at http://panels.pwipw.com

This sustainable energy calculator was a collaboration between
professor of Environmental Studies at Knox College, and Max
Galloway, a former CS student at that institution.

There are five parts, leading from considering your energy usage, to
the benefits of solar panels and wind turbines. Each part is composed
of two pages, the questions and the results. If the user input is
valid (is numbers) then clicking "Calculate!" will bring the browser
to the result page. The result page is mostly static html, with a few
values filled in dynamically by a javascript file.

The application is entirely client side, using html, css, and
jQuery/javascript. jQuery Mobile is responsible for the application's
look & feel, as well as ajax page transitions.

This file is part of Panels and Turbines
Copyright (C) 2016 Max Galloway webmaster@pwipw.com

Panels and Turbines is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.