Skip to content

ameensol/node-sunlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-sunlight

A node.js wrapper for the Sunlight Foundation Influence Explorer API

Contributions are welcome, check out the docs here to see what methods are still required.

Installation

npm install sunlight-influence

Usage

var Influence = require('influence');

var influence = new Influence(apiKey);

influence.entityOverview('97737bb56b6a4211bcc57a837368b1a4', null, function(err, json) {
  if (err) throw err;
  console.log(json);
});

// Barack Obama Overview

License

MIT

About

A node.js wrapper for the Sunlight Foundation Influence Explorer API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published