google-scholar-link
v1.0.1
Published
Automatically link to a Google Scholar page given a query
Downloads
4
Maintainers
Readme
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.