JSPM

  • Created
  • Published
  • Downloads 23
  • Score
    100M100P100Q69984F
  • License ISC

Get information about a pornstar, get pictures, videos and many more!

Package Exports

  • porn-x
  • porn-x/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (porn-x) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

PornX

⏲️ Version 1.0.23

  • ✅ | Fixed all the previous bugs.
  • ✅ | Added a new "BaseCollection" class.
  • ✅ | Updated the old functions (extended the results.)

Prerequisites 🎀

  • NodeJS 16+

Features 📣

  • ✨ Get information about a porn star via their name only.
  • 📻 Able to search videos of your favorite pornstar.
  • 🎈 Get complete information about a porn scene.and many more!
  • 🎗️ and many more!

❔Installation

$ npm install porn-x

🪗 Usage/Examples

import { Client, BaseCollection } from "porn-x";
const client = new Client(); // Creating a new instance.

(async () => {
  // const results = await getPictures("Alison Tyler");
  // console.log(results);
  const wallpapers = await getWallpaper("Alison Tyler");
  console.log(wallpapers);
})();

async function getPictures(query) {
  const data = await client.getPictures("Alison Tyler");
  return data;
}

async function getWallpaper(query) {
  const collection = new BaseCollection();
  const result = collection.getWallpaper(query);
  return result;
}

🎉 Output

[
  'https://content5.pleasuregirl.net/upload/36/3223138.jpg',
  'https://content5.pleasuregirl.net/upload/36/2985666.jpg',
  'https://content6.pleasuregirl.net/upload/36/2971327.jpg',
  'https://content6.pleasuregirl.net/upload/36/2794449.jpg',
  'https://content6.pleasuregirl.net/upload/36/2733603.jpg',
  'https://content6.pleasuregirl.net/upload/36/2728213.jpg',
  'https://content6.pleasuregirl.net/upload/36/2713461.jpg',
  'https://content6.pleasuregirl.net/upload/36/2681913.jpg',
  'https://content6.pleasuregirl.net/upload/36/2668207.jpg',
  'https://content6.pleasuregirl.net/upload/36/2661951.jpg',
  'https://content5.pleasuregirl.net/upload/36/2657860.jpg',
  'https://content5.pleasuregirl.net/upload/36/2641508.jpg',
  'https://content5.pleasuregirl.net/upload/36/2626500.jpg',
  'https://content6.pleasuregirl.net/upload/36/2609465.jpg',
  'https://content5.pleasuregirl.net/upload/36/2580940.jpg',
  'https://content6.pleasuregirl.net/upload/36/2561795.jpg',
  'https://content6.pleasuregirl.net/upload/36/2'
  ... 190 more items
]