A single user version of the long dead ihardlyknowher.com. Presents
a simple list of public Flickr photos which can be navigated with
J/K. You can also view by set or tag by going to
/sets
or /tags
.
To build you will need Go. Then to access the Flickr API you will need to create an app. When that is done do the following to install and run:
$ go get hawx.me/code/ihkh
$ ihkh --user-id "000000000@A00" --api-key "your-flickr-api-key"
Where 000000000@A00
is your Flickr ID, and your-flickr-api-key
is
the key for the app you created.
You should now be able to open http://localhost:8080 and see your public photos.