Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

If 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`.