0.0.2 • Published 10 years ago

mendeleyjs v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

MendeleyJS

a small node module to mediate requests and client credentials auth to the mendeley api

Javascript + Mendeley Public API

note : im still writing this

A wrapper for the mendeley api's public methods, compliant with the new oauth 2.0 implementation.

###Supported Methods

###Inclusion

npm install mendeleyjs
var Mendeley = require('mendeleyjs');

###Usage

create an instance of the library

Mendeley.auth('clientID', 'client secret', function(msg) {
    console.log(msg)
    Mendeley.search("science", function(data) {
        console.log(data);
    });
});

###About

Mendeley is a site that provides tools to manage references and citations to academic research papers. They also provide a search facility for their paper collection. This wrapper is being developed to link Mendeley into the search feature of Seeder

I will be adding more methods to the api soon.

0.0.2

10 years ago

0.0.1

10 years ago