0.0.2 • Published 6 years ago

ggrab v0.0.2

Weekly downloads
7
License
-
Repository
-
Last release
6 years ago

gslides-grabber

To generate PDF, ensure that you have installed imagemagick. To install, go here.

Installation

Just do a yarn global add ggrab or npm i -g ggrab and you're good to go!

Installation from Source

  1. Clone this repository.
  2. Install the dependencies with yarn install.
  3. Change script variables URL and SLIDES with the URL and number of slides respectively. As of now, the script can't detect the total number of slides.
  4. Run the script using node. (node ./index.js)