jraw
v0.0.1
Published
A Javascript Reddit parsing library with an easy to use, elegant syntax and full API coverage.
Readme
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
