2.2.1 • Published 5 years ago

@stopism/shorterreddit v2.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 years ago

shorterreddit

npm bundle size npm

A Reddit URL Shortener that's simple to use.

Install

$ npm install shorterreddit

Usage

const reddit = require("shorterreddit");

reddit("https://www.reddit.com/r/javascript/comments/6hz7o6/pass_by_reference_pass_by_value/");
//=> "https://redd.it/6hz7o6"

reddit(1337);
//=> Uncaught TypeError: reddit wants a string!
//    at reddit (<anonymous>:2:39)
//    at <anonymous>:11:1
2.2.1

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago