1.2.0 • Published 2 years ago

redditparse v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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
1.2.0

2 years ago

1.1.0

2 years ago