reddit-me

1.0.3 • Public • Published

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']);

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i reddit-me

    Weekly Downloads

    3

    Version

    1.0.3

    License

    ISC

    Last publish

    Collaborators

    • dlevs