Skip to content

Repository files navigation

Wholesome

A Reddit API wrapper

Examples

import Reddit from "wholesome";
// or
const { Reddit } = require("wholesome");

const r = new Reddit({ userAgent: "Wholesome Example" });

const page = await r.subreddit("askreddit").hot();
page.items.forEach((p) => console.log(p.title));

About

A Reddit API wrapper

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages