Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 341 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 341 Bytes

NeutronAdapter

A semantic application that extracts soil moisture from neutron data provided by CNRS sensors.

How to use

Prerequisites

  • node
  • tsc

Run the application

  1. Download the required packages
npm i
  1. Build
npm run build
  1. Start
npm start
  1. (Optional) run in watch mode
npm run dev