All Projects → derhuerst → flickr-photo-url

derhuerst / flickr-photo-url

Licence: ISC license
Download Flickr photos without API key.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to flickr-photo-url

Gallery Dl
Command-line program to download image galleries and collections from several image hosting sites
Stars: ✭ 4,199 (+20895%)
Mutual labels:  flickr
app-flickrperson
PyBossa FlickrPerson Example App
Stars: ✭ 13 (-35%)
Mutual labels:  flickr
ai-image-fill
Simple Adobe Illustrator Panel to generate placeholder image content from Flickr or Unsplash
Stars: ✭ 30 (+50%)
Mutual labels:  flickr
public-information-map-template-js
An ArcGIS Online mapping template to showcase social media on a map for disaster response and public information.
Stars: ✭ 66 (+230%)
Mutual labels:  flickr
photo-screen-saver
A Chrome Extension providing a screen saver with custom photo sources. Developed with Polymer Web Components
Stars: ✭ 20 (+0%)
Mutual labels:  flickr
backup-all-my-flickr-photos
Script to download all your Flickr photos and videos
Stars: ✭ 32 (+60%)
Mutual labels:  flickr
keyring-social-importers
A collection of importers which pull your content back from social networks, and into your own WordPress install.
Stars: ✭ 26 (+30%)
Mutual labels:  flickr
flickrsavr
A preservation experiment to save photos from Flickr to your disk with the metadata embedded.
Stars: ✭ 17 (-15%)
Mutual labels:  flickr
flickr to google photos migration
A tool for migrating your photo library from Flickr to Google Photos
Stars: ✭ 39 (+95%)
Mutual labels:  flickr
hosts
自动生成 Hosts 文件,科学上网
Stars: ✭ 30 (+50%)
Mutual labels:  flickr
flickr scraper
Simple Flickr Image Scraper
Stars: ✭ 148 (+640%)
Mutual labels:  flickr
jekyll-flickr-photoset
A Jekyll plugin for embedding Flickr photosets
Stars: ✭ 40 (+100%)
Mutual labels:  flickr
flickr-uploader
Upload a directory of media to Flickr to use as a backup to your local storage
Stars: ✭ 38 (+90%)
Mutual labels:  flickr

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..

npm version build status dependency status dev dependency status js-standard-style install size ISC-licensed chat on gitter support me on Patreon

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].