Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/autom8-apps/dad-memorial-slideshow
https://github.com/autom8-apps/dad-memorial-slideshow
Last synced: about 22 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/autom8-apps/dad-memorial-slideshow
- Owner: autom8-apps
- Created: 2022-08-25T18:36:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T17:28:37.000Z (about 2 years ago)
- Last Synced: 2024-11-10T01:05:31.822Z (about 2 months ago)
- Language: JavaScript
- Size: 74.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grandma Barb Memorial Slideshow
## Integrations
- Flickr API: [flickr.photosets.getPhotos](https://www.flickr.com/services/api/flickr.photosets.getPhotos.html)
- [Tiny Slider](https://github.com/ganlanyuan/tiny-slider)## Commands
Source images from Flickr API, then build a dataset to be consumed by the client
```shell
node scripts/source-flickr-data.js
```Delete local images and re-run build
```shell
node scripts/source-flickr-data.js --fresh
```