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

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.

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/)