Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flickr-sdk

Package Overview
Dependencies
Maintainers
3
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flickr-sdk

Almost certainly the best Flickr API client in the world for node and the browser

  • 3.0.0-alpha.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-33.43%
Maintainers
3
Weekly downloads
 
Created
Source

flickr-sdk

install

npm install flickr-sdk

build from source

Run make after cloning the repo to install pre-commit/pre-push hooks.

Run npm install to install all the dependencies.

Run npm run build to build the SDK.

tests

Run npm test to execute the test suite.

Run npm run coverage to execute the test suite with code coverage statistics.

use

getting a public photo

var Flickr = require('flickr-sdk');
var flickr = new Flickr({ api_key: 'abcd1234' });

flickr.photos.getInfo({ photo: '123456789' })
.then(function (res) {
	// get the photo data off res
});

See the Example Repo for more examples, including searching and authenticating.

docs

Flickr API Docs Flickr Feed Docs

license

Code licensed under the MIT license. See LICENSE file for terms.

Keywords

FAQs

Package last updated on 07 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc