Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solarnetwork/tou-explorer
A little web app to help you compare flat-rate tariff pricing against time-of-use tariff pricing.
https://github.com/solarnetwork/tou-explorer
solarnetwork tariffs-and-pricing
Last synced: about 1 month ago
JSON representation
A little web app to help you compare flat-rate tariff pricing against time-of-use tariff pricing.
- Host: GitHub
- URL: https://github.com/solarnetwork/tou-explorer
- Owner: SolarNetwork
- Created: 2023-09-25T02:41:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T01:31:26.000Z (about 1 year ago)
- Last Synced: 2024-04-15T01:12:27.734Z (9 months ago)
- Topics: solarnetwork, tariffs-and-pricing
- Language: TypeScript
- Homepage: https://go.solarnetwork.net/tou-explorer/
- Size: 642 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SolarNetwork Time of Use Tariff Explorer
This project is a little web app to help you compare flat-rate tariff
pricing against time-of-use tariff pricing. You can try it out here:# Built with Nifty ToU
This app is built with the [Nifty ToU](https://github.com/SolarNetwork/nifty-tou) library.
# Building from source
To build yourself, clone or download this repository. You need to have
Node 16+ installed. Then:```sh
# initialize dependencies
npm ci# run development live server on http://localhost:8080
npm run dev# build for production
npm run build
```Running the `build` script will generate the application into the `dist/` directory.