https://github.com/billstclair/fotojson
Photo organizer
https://github.com/billstclair/fotojson
Last synced: about 1 year ago
JSON representation
Photo organizer
- Host: GitHub
- URL: https://github.com/billstclair/fotojson
- Owner: billstclair
- License: mit
- Created: 2025-02-27T11:19:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T03:33:29.000Z (over 1 year ago)
- Last Synced: 2025-03-11T13:04:36.499Z (over 1 year ago)
- Language: Elm
- Homepage: https://fotojson.com
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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`.