/sensorweb-client-core

Core functionality for the thin sensorweb client.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Content

This is a newer version of the client described here. We decided to use AngularJS for the client to support a more modular and the better customizable way to develop a sensor web client.

This repository comprises the core functionalities as all services, which handles the background tasks like:

  • communication with the [API] (https://github.com/52North/sensorweb-rest-api)
  • managing the loaded and used timeseries
  • handling the saved favorites
  • drawing the chart and the overview diagram
  • managing the permalink creation and evaluation

To create a complete runnable client use the [sensorweb-thin-client] (https://github.com/52North/sensorweb-thin-client) repository or use your own one.

How to develop

To develop the core and frontend components parallel you should do the following steps:

Got the inspiration [here] (https://oncletom.io/2013/live-development-bower-component/)

Configuration

[here] (doc/configuration.md) you get a list of configuration parameters

License

Licensed under the Apache License 2.0