Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 843 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 843 Bytes

Green Forecast

Green Forecast lets you see the forecasted windspeeds in some of Netlight's office areas and the predicted energy production in the same area had it been a windmill park. The wind data is gathered from Yr and the energy production is predicted using Machine Learning, using the data from Yr.

This project was done as a summersprint by three students at NTNU, with guidance from Netlight.

Get started

You can check out Green Forecast here or you can follow these steps:

  1. Download node.js
  2. Clone the project using git clone https://github.com/annalunde/NLSprintSummer2020.git
  3. Open the project folder and run the following command:

npm install

  1. To run the project run the following command:

npm start