Skip to main content

Posts

Showing posts from October, 2014

Node.js Module for Adobe Behance Portfolio development API's- node-behance-api

Node.js module for Adobe Behance Portfolio development API's Behace is an online portfolios website. Here an user can create and watch his portfolios. node-behance-api is an utility wrapper for Adobe Behance rest services for node.js. This utility is developed for node.js only. Currently it supports all of the API's of Adobe Behance. You can update and add other api by simple coding. Before starting development on node. You have to register your app on https://www.behance.net/dev/register . Register your app and get the client id from there. *This utility wrapper uses request module. Installation $ npm install node-behance-api Requirement request - npm https://www.npmjs.org/package/request examples: var Behance = require ( "node-behance-api" ); var behance = new Behance({ "client_id" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" }) Behance.initOptions(); behance.get(Behance.APIS.GET_USER, {    user: 'deepakmshrma' }, f