New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dhnapi/wattpad.js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhnapi/wattpad.js

Simple Library ( unofficial ) Wattpad API for NodeJS

  • 1.0.0-rc.41
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 15 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc