@dhnapi/wattpad.js

1.0.0-rc.41 • Public • Published

Wattpad Scrapper

Simple Wattpad scrapper library

@@ Created on 24-12-21 | Dehanjing @@
+ Update: 1-01-22 | Dehanjing
! happy new year! xixixi

Installation

using npm package manager

npm install @dhnapi/wattpad.js

using yarn package manager

yarn add @dhnapi/wattpad.js

Example Request

'use strict';
const WattPads = require('@dhnapi/wattpad.js');
let wattpad = new WattPads();

(async () => {
	wattpad.set('query', 'fury');
	let response = await wattpad.search();
	console.log(JSON.stringify(response, null, 2));
})();

more examples at here

Information

+ dont forget to star <3
! contribute to this project! ~~~
- please add issue if you having problem with installation

! github: https://github.com/Dehanjing/wattpad.js

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @dhnapi/wattpad.js

    Weekly Downloads

    4

    Version

    1.0.0-rc.41

    License

    MIT

    Unpacked Size

    38.9 kB

    Total Files

    19

    Last publish

    Collaborators

    • dhnapi