mattjiggins / jiggins500px

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photography Website: 500px API

This node app / website uses the 500px API.

You will need to create your own "keys" file in modules/

Suggested syntax:

var API500 = require('600px'), api500 = new API500({ consumer_key: 'key from 500px.com', consumer_secret: 'secret from 500px.com', token: "", token_secret: "" }); ` module.exports = api500;

About


Languages

Language:JavaScript 71.5%Language:CSS 22.5%Language:HTML 6.0%