The Noun Project
Node.js wrapper for The Noun Project's API
Installation
Simply add to your project with
npm install --save the-noun-project-enterprise
In your project file:
var NounProject = nounProject = key: 'foo' secret: 'bar';
You can get your keys from The Noun Project developer's page.
Usage
See The Noun Project API Explorer for more information on the endpoints available.
The query string options
object is optional and can be omitted. See the tests for more information.
nounProject;
or
nounProject;