This package has been deprecated

Author message:

No longer in use.

scholica

0.1.0 • Public • Published

Scholica-node

A simple module to communicate with the Scholica API

Build Status

Installation

  npm install scholica --save

Usage

  var scholica = require('scholica');
 
  var client = scholica(consumer_key, consumer_secret);
  client.setAccessToken(access_token);
 
  s.request('me', function(profile){
    console.log('Hello ' + profile.name + '!');
  });

Testing

Run npm test to run the unit tests.

Release History

  • 0.1.0 Initial release

/scholica/

    Package Sidebar

    Install

    npm i scholica

    Weekly Downloads

    0

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • tschoffelen