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

https://github.com/ckolderup/p5-sketches

Sketches for Processing/p5js
https://github.com/ckolderup/p5-sketches

Last synced: 4 months ago
JSON representation

Sketches for Processing/p5js

Awesome Lists containing this project

README

          

I run these via python's simple http server:

run:
```
python -m SimpleHTTPServer 8080
```

or node's http-server:

install:
```
npm install http-server -g
```

run:
```
http-server
```