Skip to content

Repository files navigation

behance-api

Build StatusCoverage Status

Node.js wrapper for the Behance API, see the Behance API docs for more details. In order to use the Behance API you will need to register your application to receive your API key.

Installation

Install package with NPM

npm install behance-api --save

Usage

Making a request looks something like this:

// DependenciesconstBehance=require('behance-api');constBe=newBehance(API_KEY);// Get Projects DataBe.projects({q: 'motorcycle'},function(err,res,data){if(err)throwerr;// Do something with the data received from the APIconsole.dir(data);});

The snippet above will make a request to the Behance API and receive the first page of results that match the motorcycle query for the /projects/ endpoint. It then displays that data in the terminal. Every callback gets three arguments; an error (if there is one), the HTTP response, and a JSON object.

API

For documentation around accessing all of the endpoints, see API Docs

License

MIT

About

Node.js wrapper for the Behance API

Topics

Resources

Stars

11 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages