nodeporn

1.5.0 • Public • Published

What is this?

A powerful Node.js lib to interact with the Reddit API

Getting Started

Requirements

  • Node.js >= 8.x

Installation

npm install nodeporn --save

Usage

Get Ass Pictures/Gifs

const nodeporn = require("node-porn");
const client = new nodeporn.Client();

client.nsfw.real
  .ass()
  .then((json) => {
    console.log(json);
    // outputs data with image url, possible source and other stuff
  })
  .catch((error) => {
    console.log(error);
    // outputs error
  });

Package Sidebar

Install

npm i nodeporn

Weekly Downloads

0

Version

1.5.0

License

Apache-2.0

Unpacked Size

19.9 kB

Total Files

7

Last publish

Collaborators

  • biometricmc