0.1.2 • Published 6 years ago

github-repo-exists v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

github-repo-exists

Open Source Love Open Source Love PRs Welcome Travis

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

Usage

const repoExists = require('github-repo-exists');
repoExists('molnarmark/nimism.co').then(result => console.log(result));
//=> true

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

License

  • MIT