项目作者: jasonephraim

项目描述 :
Texas Electricity Plan Finder
高级语言: HTML
项目地址: git://github.com/jasonephraim/texaselectricitytech.git
创建时间: 2020-05-01T01:29:10Z
项目社区:https://github.com/jasonephraim/texaselectricitytech

开源协议:MIT License

下载


TexasElectricity.io

TexasElectricity.io is a JavaScript powered redsidental electricity plan rate comparison tool. Using the Public Utility Comission of Texas’ provider and rate API, the tool allows users to input their historical usage to find the three lowest cost plans availble today.

How It Works

Using the user’s monthly usage data (manually entered) and zipcode, the site runs a rate comparison and returns the plans available in the zip code in ascending order of cost.

The API provides estimated cost in cents/kWh at 500kWh, 1000kWh, and 2000kWh usage levels. In order to estimate costs at any usage, the site calculates a rate of change between the points the usage falls between and then applies that rate of change to rate of the usage.

example of typical plan api rate response

Tech

New Features

  • Now linking Plan Fact Sheets

To Do Items

  • Filter results by contract length and renewable energy plans.
  • Improve UI/UX
  • F.A.Q page

Contributors

  • Special thanks to Josh Medeski for his assistance with helping refactor