github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

edds / node-flickr

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
    • 3
    • 2
  • Source
  • Commits
  • Network
  • Pull Requests (0)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Switch Branches (1)
    • master ✓
  • Switch Tags (0)
  • Branch List
Sending Request…
Downloads

A very simple library to take the pain out of flickr api calls in node.js — Read more

  Cancel

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

i can't spell 
edds (author)
Wed Dec 30 07:49:17 -0800 2009
commit  fd02166e005a158c786f
tree    52754d1047c3c430b893
parent  b42ddf7332b7875a8686
node-flickr /
name age
history
message
file LICENCE Tue Dec 29 10:31:39 -0800 2009 Updated the API's [edds]
file README.md Wed Dec 30 07:49:17 -0800 2009 i can't spell [edds]
file base64.js Tue Dec 29 10:30:48 -0800 2009 Updated the API's [edds]
file flickr.js Wed Dec 30 07:48:02 -0800 2009 removing the auth stuff as I didn't read the fl... [edds]
README.md

node-flickr

A very simple handler to take the pain out of flickr api calls in node.js

Example usage:

var Flickr = require('./flickr').Flickr;
var sys = require('sys');

var flickr = new Flickr(your_api_key);
var photos = flickr.photos.search({ "tags" : "cows,fluffy", "extras": "date_taken" });
photos.addCallback(function(data){
  sys.p(data);
});
photos.addErrback(function(code, msg){
  sys.puts('code: '+ code + " msg: " + msg);
});

Todo:

Currently won't sent authentication until method descriptions are updated for every api. Authentication section hasn't yet been written.

Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • English
  • Deutsch
  • Français
  • 日本語
  • Português (BR)
  • Русский
  • 中文
  • See all available languages

Your current locale selection: English. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Русский
  • Српски
  • Svenska
  • 中文

Keyboard Shortcuts

Site wide shortcuts

s
Focus site search
?
Bring up this help dialog

Commit list

j
Move selected down
k
Move selected up
t
Open tree
p
Open parent
c or o or enter
Open commit

Pull request list

j
Move selected down
k
Move selected up
o or enter
Open issue

Issues

j
Move selected down
k
Move selected up
x
Toggle select target
o or enter
Open issue
I
Mark selected as read
U
Mark selected as unread
e
Close selected
y
Remove selected from view
c
Create issue
l
Create label
i
Back to inbox
u
Back to issues
/
Focus issues search

Network Graph

← or h
Scroll left
→ or l
Scroll right
↑ or k
Scroll up
↓ or j
Scroll down
t
Toggle visibility of head labels
shift ← or shift h
Scroll all the way left
shift → or shift l
Scroll all the way right
shift ↑ or shift k
Scroll all the way up
shift ↓ or shift j
Scroll all the way down
ZW5kZW5yYWhheXU5QGdtYWlsLmNvbQ==