- Webpack and Typescript
- React and Redux
- Recharts
- Material UI
- Solar Panel data is mocked
-
- Vattage: It fluctuates between 200-250v
-
- Woltage: Fluctuates between 20-800w
- Weather forecast uses data from PlanetOs API
-
- Visible Diffuse Downward Solar Flux
-
- Sky cloud coverage
- Remove whitespace from Charts bottom
- Make formatter for W/kW/mW
- Fix tests
- Solar Panel mock data should fluctuate realistically
location: src/env-local-config.ts
- planetOsApiUrl - https://planetos.com api url
- apiKey - https://planetos.com api key
- Run
git clone https://github.com/MayGo/solar-panel-dashboard.git
- If you don't have yarn installed, download it here (this repo uses some yarn-specific features).
- Run
yarn install
- Run
yarn start-dev-server