A website that provides placeholder images for every case, web or print, on almost any subject, in any size. This is basically a clone of LoremFlickr.com except it runs on Node.js and uses the rnd-flickr module.
- Clone repository
- npm i
- cp settings-example.json settings.json
- Edit settings.jsonto your liking (You'll also need to set your Flickr api key in there)
- npm start
Settings can be set either by the settings.json file or by environmental variables (or both!). When using environmental variables you will need to use the loremflickr_ prefix. For example: export loremflickr_cache_expire=3600000. Environmental variables take priority over settings.json.
- Look into scalability.
- Add license, author, and image name to images.
- Add various filter options (grayscale, pixelated, red, blue, green).
- Possibly add daily image RSS feed.
MIT. See the License file for more info.