0.0.1 • Published 8 years ago
is-subreddit v0.0.1
is-subreddit
:aerial_tramway: a small npm module that tell you if a subreddit exists
getting started
$ npm i --save is-subreddit
API
const check = require('is-subreddit')
check('xboxone');
//=> false
check('hehehaha0099');
//=> false
0.0.1
8 years ago