Skip to content

Simple Library ( unofficial ) Wattpad API for NodeJS

License

Notifications You must be signed in to change notification settings

Dehanjing/wattpad.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Library ( unofficial ) Wattpad API for NodeJS

Topics

Resources

License

Stars

Watchers

Forks