pornhub-api

0.0.1 • Public • Published

Pornhub-API

A wrapper for the pornhub API

Example usage

Searching for a video

const Pornhub = require("pornhub-api")
const Videos = new Pornhub.Videos()
 
Videos.search({
    search: "Hard"
}).then(videos => {
    console.log(videos)
})

Package Sidebar

Install

npm i pornhub-api

Weekly Downloads

21

Version

0.0.1

License

Apache-2.0

Last publish

Collaborators

  • mackan90096