0.1.0 • Published 9 years ago

scholica v0.1.0

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

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