https://github.com/nnagewad/photogallery
Everyday Lens, a curated gallery of photographs by Nikin Nagewadia.
https://github.com/nnagewad/photogallery
11ty ai artificial-intelligence claude-api exifr opencage-geocoder-api photogallery photography
Last synced: about 2 months ago
JSON representation
Everyday Lens, a curated gallery of photographs by Nikin Nagewadia.
- Host: GitHub
- URL: https://github.com/nnagewad/photogallery
- Owner: nnagewad
- Created: 2025-05-16T23:00:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-08T08:45:30.000Z (about 2 months ago)
- Last Synced: 2026-05-08T10:38:29.816Z (about 2 months ago)
- Topics: 11ty, ai, artificial-intelligence, claude-api, exifr, opencage-geocoder-api, photogallery, photography
- Language: JavaScript
- Homepage: https://everydaylens.photos
- Size: 35.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# everydaylens.photos
## Summary
- Photogallery website.
- Pulling metadata from image file.
- Convert raw long/lat coordinance to human readable data.
- AI to generate the title, alt-text and tags.
- [Case study](https://nkngwd.medium.com/how-i-built-everyday-lens-ee310d76ba5c)
## Technology
- [11ty](https://www.11ty.dev)
- [Netflify](https://www.netlify.com)
- [Exifr Reader](https://www.npmjs.com/package/exifreader)
- [OpenCage](https://opencagedata.com)
- [Claude AI](https://www.anthropic.com/api)
- [Pagefind](https://pagefind.app)
## Tutorials
- [Learn Eleventy From Scratch](https://learneleventyfromscratch.com/)
- [Create a user controlled dark or light mode](https://piccalil.li/tutorial/create-a-user-controlled-dark-or-light-mode/)
- [Setting And Persisting Color Scheme Preferences With CSS And A “Touch” Of JavaScript](https://www.smashingmagazine.com/2024/03/setting-persisting-color-scheme-preferences-css-javascript/)
- [Fluid typography with CSS clamp](https://piccalil.li/tutorial/fluid-typography-with-css-clamp/)
- [Utopia Fluid Typography calculator](https://utopia.fyi/type/calculator)
- [Inline Minified CSS](https://www.11ty.dev/docs/quicktips/inline-css/)
- [Inline Minified JavaScript](https://www.11ty.dev/docs/quicktips/inline-js/)
- [Zero Maintenance Tag Pages](https://www.11ty.dev/docs/quicktips/tag-pages/)
- [Adding a 404 Not Found Page to your Static Site](https://www.11ty.dev/docs/quicktips/not-found/)
- [Minify HTML Output](https://www.11ty.dev/docs/config/#transforms-example-minify-html-output)
- [Trigger a Netlify Build Every Day with IFTTT](https://www.11ty.dev/docs/quicktips/netlify-ifttt/)