Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelgrus/dsfs-function-index-cycle-js
reimplementation of Data Science from Scratch function index in cycle.js
https://github.com/joelgrus/dsfs-function-index-cycle-js
Last synced: about 2 months ago
JSON representation
reimplementation of Data Science from Scratch function index in cycle.js
- Host: GitHub
- URL: https://github.com/joelgrus/dsfs-function-index-cycle-js
- Owner: joelgrus
- Created: 2016-01-21T06:46:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T18:13:34.000Z (almost 9 years ago)
- Last Synced: 2023-03-22T16:29:10.521Z (almost 2 years ago)
- Language: JavaScript
- Size: 350 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Function Index
A reimplementation of the Data Science from Scratch function index except in cycle.js.
I wrote a blog post about it:
http://joelgrus.com/2016/01/21/creating-a-function-index-using-cyclejs/
* `index.js` : this is where almost all of the interesting code lives
* `functions.js` : just the raw data that makes up the index
* `index.html` : the HTML / CSS for the page
* `function-index.js` : the output of browserify / uglifyIf you want to build this yourself you would
```bash
npm install
npm run-script build
```and then just run a web server and look at `index.html`.