smle is a SensorML editor which enables web-based editing of SensorML descriptions. It is written in TypeScript language.
The latest demo version of smle is available here via GitHub pages.
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:
git clone
this repository- run
npm install
to get all dependencies - run
npm run start
to start application in the development mode. The application will be bundled via Webpack and the web server will start onlocalhost:3000