2.0.0 • Published 4 years ago

@stopism/shortreddit v2.0.0

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

@stopism/shortreddit

npm bundle size

A Reddit URL Shortener that's simple to use.

Install

$ npm install @stopism/shortreddit

Usage

const reddit = require("@stopism/shortreddit");

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.0.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago