Skip to content

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

License

Notifications You must be signed in to change notification settings

Wong-Innovations/CORE-documents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");

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

Release History

  • 0.1.0 Initial release

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published