0.0.1 • Published 5 years ago

jraw v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

jraw (Javascript Reddit API Wrapper)

jraw is an easy to use Reddit parser library offering an elegant syntax, full coverage and additional helper utilities.

Installation:

via npm: npm install jraw

Usage

const jraw = require('jraw');

await jraw.subreddit('askreddit')
    .posts({ limit: 10 });

// returns an array of new posts (total 10)

TODO:

Support authenticated routes, in a separate AuthAPI