Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)