molnarmark / bitbucket-repo-exists

πŸ‘Š A Promise based library to check if a Bitbucket repo exists

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ‘Š A Promise based library to check if a Bitbucket repo exists

License:MIT License


Languages

Language:JavaScript 100.0%