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

Readme

Keywords

none

Package Sidebar

Install

npm i reddit-me

Weekly Downloads

8

Version

1.0.3

License

ISC

Last publish

Collaborators

  • dlevs