rflickr is a Ruby implementation of the Flickr API. It includes a faithful reproduction of the published API as well as method encapsulation to provide more useful object mappings. rflickr features result caching to improve performance.
rflickr is a Ruby implementation of the Flickr API. It includes a faithful reproduction of the published API as well as method encapsulation to provide more useful object mappings. rflickr features result caching to improve performance.
To install rb-rflickr, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-rflickr
To see what files were installed by rb-rflickr, run:
port contents rb-rflickr
To later upgrade rb-rflickr, run:
sudo port selfupdate && sudo port upgrade rb-rflickr
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.