0.1.1 • Published 7 years ago

bitbucket-repo-exists v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

bitbucket-repo-exists

A tiny promise based library to check if a Bitbucket repository exists.

Usage

const repoExists = require('bitbucket-repo-exists');
repoExists('molnarmark/webtown-go').then(result => console.log(result));
//=> true

repoExists('molnarmark/does-not-exist').then(result => console.log(result));
//=> false

License

  • MIT
0.1.1

7 years ago

0.1.0

7 years ago