flickr-photo-url
v2.1.0
Published
Download Flickr photos without API key.
Downloads
11
Maintainers
Readme
flickr-photo-url 📷
To get a simple file, you need a Flickr API key. To get a Flickr API key, you need a Flickr account. A Flickr account is a Yahoo account. To get a Yahoo account, you need to give your full name, birth date & phone number.
In opposition to flickr-photo-urls
, this module gives you the direct URL of any Flickr photo without an API key..
Installing
npm install flickr-photo-url
Usage
url(user, photoId, [size])
const url = require('flickr-photo-url')
url('gilad_rom', 24148019753, url.sizes.original)
.catch(console.error).then(console.log)
// -> https://c2.staticflickr.com/2/1534/24148019753_bc3bb60f50_o.jpg
Contributing
If you have a question, found a bug or want to propose a feature, have a look at the issues page.