3.0.0 • Published 4 years ago

@breathedude/downld-paper v3.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

downld-paper

It is a package that can be used to download five scientific papers directly from scholar using just the keywords. The paper is directly saved as a pdf

Installation

It requires Node.js to run.

$ npm i @breathedude/downld-paper

Usage

const downld-paper = require("@breathedude/downld-paper");

scholar.search('.....search keyword here.....')
  .then(resultsObj => {
    download(resultsObj)
  })

Todo

  • Allow specification of number of downoads

License

MIT

3.0.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago