klout-js

0.0.3 • Public • Published

klout-js

A simple wrapper of the Klout API in node

npm install klout-js

Usage

First you need an API key, which you can get here (but you already knew that).

Then you can run the example to make sure everything is working:

node example.js your-api-key

which looks something like this

var klout = require('klout-js')('your-api-key');

klout.klout(['smurthasmith', 'jeremie'], function(err, data) {
    console.log('getKloutScore:', data);
});

klout.show(['smurthasmith', 'jeremie'], function(err, data) {
    console.log('getKloutScore:', data);
});

klout.topics(['smurthasmith', 'jeremie'], function(err, data) {
    console.log('getKloutScore:', data);
});

Follow @smurthasmith for updates!

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i klout-js

    Weekly Downloads

    7

    Version

    0.0.3

    License

    none

    Last publish

    Collaborators

    • smurthasmith
    • smurthas