Simple Vue.js app where you can compose time series by combining different basic time series components. The settings can be exported and imported again later, or you can export the data as a CSV.
A demo of this application is hosted on GitHub Pages at: https://UniStuttgart-VISUS.github.io/time-series-maker/
# yarn
yarn
# npm
npm install
# yarn
yarn dev
# npm
npm run dev
# yarn
yarn build
# npm
npm run build