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

https://github.com/billstclair/fotojson

Photo organizer
https://github.com/billstclair/fotojson

Last synced: about 1 year ago
JSON representation

Photo organizer

Awesome Lists containing this project

README

          

# FotoJson.com

FotoJson is a photo organizer.

## How to set up

You can use it for your own site, by changing `./site/.sshdir` to output an SSH heading for your site, copying `./site/images/index-sample.json` to `index.json`, and editing it to reflect the images you want to initially appear.

The `bin/update-site` to copy the files to your site.

## Development

To compile the Elm code into JavaScript in `site/elm.js`:

bin/build

Do development by starting `elm reactor` in the `fotojson`
directory, then aiming your browser at
http://localhost:8000/site/index.html. Each time you build, you can
full-reload the browser tab.

To upload the code to FotoJson.com (if you're me), `bin/update-site`.