UNPKG

500px

Version:

A wrapper for the 500px.com API

10 lines (9 loc) 246 B
// Enter your consumer_key below and copy file to config.js module.exports = { 'secrets': { 'consumer_key': 'YOUR_SECRET_CUSTOMER_KEY', 'user_id': 'YOUR_USER_ID', 'user_name': 'YOUR_USER_NAME', 'user_email': 'YOUR_EMAIL' } };