redditparse

1.2.0 • Public • Published

RedditParse

example:

const redditParse = require("redditparse");

redditParse
  .randomPost("funny")
  .then((result) => {
    console.log(result);
  })
  .catch((error) => {
    console.error(error);
  });

Type:

  • randomPost
  • newPost
  • topPost
  • hotPost
  • bestPost

/redditparse/

    Package Sidebar

    Install

    npm i redditparse

    Weekly Downloads

    10

    Version

    1.2.0

    License

    ISC

    Unpacked Size

    9.54 kB

    Total Files

    11

    Last publish

    Collaborators

    • zachey