Skip to content

vomerg/is-subreddit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-subreddit

🚡 a small npm module that tell you if a subreddit exists

getting started

$ npm install --save is-subreddit

usage

const check = require('is-subreddit')

check('xboxone');
//=> true

check('ThisIsDefNotASubreddit');
//=> false

api

check()

Type: <Function>

Returns a boolean (true if the subreddit exists, false if not).

related projects

About

🚡 a small npm module to tell you if a subreddit exists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%