Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frafra/jsplinter
Linear spline interpolation webapp
https://github.com/frafra/jsplinter
chart interpolation introjs javascript linear-splines math spline svelte
Last synced: 27 days ago
JSON representation
Linear spline interpolation webapp
- Host: GitHub
- URL: https://github.com/frafra/jsplinter
- Owner: frafra
- License: agpl-3.0
- Created: 2016-12-24T18:54:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T12:32:08.000Z (over 7 years ago)
- Last Synced: 2024-06-11T20:53:27.346Z (5 months ago)
- Topics: chart, interpolation, introjs, javascript, linear-splines, math, spline, svelte
- Language: JavaScript
- Homepage: https://frafra.github.io/jsplinter/
- Size: 27.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# What is JSplinter?
JSplinter is a web application for interpolation using linear splines with optional regularization.
# How can I use it?
Open https://frafra.github.io/jsplinter/ and follow the first run introduction.
# How to build
```
$ npm install
$ npm run-script build
```# Technologies
- Math library: [math.js](http://mathjs.org/)
- Chart library: [http://www.chartjs.org/](Chart.js)
- User interface: [Svelte](https://svelte.technology/)
- CSS modules: [Pure.css](https://purecss.io/)
- First run introduction: [Intro.js](http://introjs.com/)