Skip to content

matthewdargan/photo-album-showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photo Album Showcase

GoDoc Build Status Go Report Card License

Photo-album-showcase fetches photos from the Photos API. Results can be filtered by album IDs, IDs, titles, URLs, and/or thumbnail URLs.

Usage:

photo-album-showcase [-id ids...] [-albumid albumids...] [-title 'titles...'] [-url urls...] [-thumburl thumburls...]

The -id flag filters photos by one or more photo IDs. Multiple IDs must be comma-separated.

The -albumid flag filters photos by one or more album IDs. Multiple album IDs must be comma-separated.

The -title flag filters photos by one or more titles. Multiple titles must be comma-separated. Titles containing spaces must be enclosed with single quotes (e.g., -title 'title 1','title 2').

The -url flag filters photos by one or more URLs. Multiple URLs must be comma-separated.

The -thumburl flag filters photos by one or more thumbnail URLs. Multiple thumbnail URLs must be comma-separated.

Installation

In order to install photo-album-showcase, install Go on your operating system. Once Go is installed, run the following to install photo-album-showcase:

go install github.com/matthewdargan/photo-album-showcase@latest

Examples

# Fetch photos with IDs 1, 2, and 5 from album 1.
photo-album-showcase -id 1,2,5 -albumid 1

# Fetch photos with titles 'accusamus beatae ad facilis cum similique qui sunt' and 'reprehenderit est deserunt velit ipsam'.
photo-album-showcase -title 'accusamus beatae ad facilis cum similique qui sunt','reprehenderit est deserunt velit ipsam'

# Fetch photos with URLs https://via.placeholder.com/600/92c952 and https://via.placeholder.com/600/f66b97.
photo-album-showcase -url https://via.placeholder.com/600/92c952,https://via.placeholder.com/600/f66b97

# Fetch photos with thumbnail URLs https://via.placeholder.com/150/92c952 and https://via.placeholder.com/150/f66b97.
photo-album-showcase -thumburl https://via.placeholder.com/150/92c952,https://via.placeholder.com/150/f66b97

About

Fetch and filter photos from the JSONPlaceholder Photos API

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages