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

https://github.com/preichenberger/sketchnsketch

Sketch N Sketch
https://github.com/preichenberger/sketchnsketch

Last synced: 2 months ago
JSON representation

Sketch N Sketch

Awesome Lists containing this project

README

          

# Sketch N Sketch

## Manage Images
Place a file called config.json in the same directory as the index.html page

Example (config.json):
```json
{
"images": [
"http://bit.ly/1FwzVuF",
"http://bit.ly/1FwzVuF",
"http://bit.ly/1FwzVuF",
"http://bit.ly/1FwzVuF"
]
}
```