1.0.0-rc.41 • Published 2 years ago

@dhnapi/wattpad.js v1.0.0-rc.41

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Wattpad Scrapper

Simple Wattpad scrapper library

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

Installation

npm install @dhnapi/wattpad.js

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
1.0.0-rc.41

2 years ago

1.0.0-rc.40

2 years ago

1.0.0-rc.v-35

2 years ago

1.0.0-rc.v-30

2 years ago

1.0.2-up-v

2 years ago

1.0.1-up-v

2 years ago

1.0.0-rc.30

2 years ago

1.0.0-rc.25

2 years ago

1.0.0-rc.10

2 years ago

1.0.0-rc.0

2 years ago