1.0.0 • Published 4 years ago

time-series-analyzer-webapp v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

time-series-analyzer-webapp

Time Series Analyzer has been created to analyze the data collected from sensors. Other than supporting plotting of data, it allows processing using various signal processing methods such as moving window average, linear transformation. It also supports various analysis techniques such as histogram plot, fourier transform plot, xy plot. It has been implemented in React, as a serverless tool.

To see how this web-app works use following link: signerd.io>

time series analyzer

time-series-analyzer-webapp comes with TimeSeriesAnalyzer and TimeSeriesAnalyzerTutorial components. To see how these components are being used, check the demo project : Time Series Analyzer Demo

Building the webpack for publishing on npm:

download dependencies

npm install 

build ES5 Javascript code

npm run build

change the version in package.json

publish on https://www.npmjs.com/

publish npm