Nykken provides an interface to the Risvollan Webservice API. It offers visualizations of the sensor data collected at Risvollan Measurement Station, as well as download options.
It is developed as part of a master's theses at NTNU.
You can visit Nykken here or follow these steps:
- Download node.js
- Clone the project:
git clone https://https://github.com/Kajalso/Nykken.git
- Open the project folder and run the following command to install the dependencies:
npm install
- Run the project:
npm start