1.0.1 • Published 10 years ago
google-scholar-link v1.0.1
google-scholar-link
Link out to Google Scholar
Usage
var scholar = require('google-scholar-link')
scholar('This is a paper title', {language: 'en', since: 2015})
// https://scholar.google.com/scholar?hl=en&as_ylo=2105&q="This+is+a+paper+title"Options
language: String. Defaults toen.since: Num. Years to search. Example:2015.citations: Bool. Include citations or not. Defaults totrue.patents: Bool. Include patents or not. Defaults totrue.author: String. Include an author with the queryexact: Bool. Search for the exact query or not. Defaults totrue.
Contribute
This module uses standard. Contributions welcome.