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

https://github.com/akuli/grapher

Online tool for plotting functions
https://github.com/akuli/grapher

Last synced: 7 months ago
JSON representation

Online tool for plotting functions

Awesome Lists containing this project

README

          

# Grapher

This thing is online here: https://akuli.github.io/grapher/

## Development Setup

Clone the repository and open index.html in your browser. It should work.

When you make a pull request, eslint runs automatically.
**If you want**, you can run it on your computer too:

$ npm install
$ npx eslint js/*.js