0.1.8 • Published 7 years ago

core-documents v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

CORE-documents

This is a Node.js wrapper for the CORE article and journal service's API.

Installation

foo@bar:~$ npm install core-documents --save

Usage

var CORE = require('core-documents');

CORE.init("your API key");

CORE.getArticles({query: "Agricultural Subsidies"}, function(articles) { console.log(articles); });
// This should log an array of 10 articles (in metadata format)

Release History

  • 0.1.0 Initial release
0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago