1.0.3 • Published 7 years ago

reddit-me v1.0.3

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

About

A small script that fetches a random post from reddit and displays it as a notification.

Example notification on Mac OS X

The notification is a clickable link to the comments.

Why

Why not?

Install

npm install reddit-me

Or install globally with npm install -g reddit-me to use anywhere from the command-line.

Usage

Command-line

Display a random post:

reddit-me

Display a random post from specific subreddits:

reddit-me -s aww pics

JavaScript

var redditMe = require('reddit-me');

redditMe(['aww', 'pics']);