freecite

0.0.1 • Public • Published

Freecite nodejs API wrapper

NOTE: I am not the author of Freecite. I created this module to make interacting with the Freecite API much easier.

http://freecite.library.brown.edu/ is an open-source application that parses document citations into fielded data. You can use it as a web application or a service. You can also download the source and run FreeCite on your own server. FreeCite is distributed under the MIT license.

Install

$ npm install freecite

Use

var freecite = require("freecite");

freecite("Haselton, M., Buss, D. M., Oubaid, V., & Angleitner, A. (2005). Sex, lies, and strategic interference: The psychology of deception between the sexes. Personality and Social Psychology Bulletin 31(1), 3-23.", function(err, results) {
	console.log(results);
})

Example Output

{ authors: [ 'M Haselton', 'D M Buss', 'V Oubaid', 'A Angleitner' ],
  title: 'strategic interference: The psychology of deception between the sexes',
  journal: 'Personality and Social Psychology Bulletin',
  volume: '31',
  number: '1',
  pages: '3--23' }

Test

npm test

Readme

Keywords

none

Package Sidebar

Install

npm i freecite

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • stevefar