/smle

The Friendly SensorML Editor ☺

Primary LanguageTypeScriptOtherNOASSERTION

smle/ˈsmaɪli/ — The Friendly SensorML Editor ☺

smle is a SensorML editor which enables web-based editing of SensorML descriptions. It is written in TypeScript language.

Demo

The latest demo version of smle is available here via GitHub pages.

About

The editor provides user-friendly way for editing complex SensorML description using different type of input fields and UI components.

The following main frameworks are used to provide this application:

Getting started

  1. git clone this repository
  2. run npm install to get all dependencies
  3. run npm run start to start application in the development mode. The application will be bundled via Webpack and the web server will start on localhost:3000

License