Skip to content

2. Installation

Hanif Dwy Putra S edited this page Nov 7, 2021 · 2 revisions

First, you need to install NodeJS from Official NodeJS Website or NodeJS Distributions

Once nodejs installed, now you are ready to following bellow steps.

  1. Create a folder or go to a folder.
  2. If the folder is a newly created folder, please initialize package.json first. (yarn init or npm init and answer all question)
  3. Type npm install otakudesu-scraper --only=prod or yarn add otakudesu-scraper --production and wait until installation process completed.
  4. Finally, otakudesu-scrape is ready to use.
Clone this wiki locally