0.1.8 • Published 5 years ago

core-documents v0.1.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago