Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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:

Screenshot of the ToU Explorer app

# 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.