github-url-from-npm

0.1.0 • Public • Published

github-url-from-npm

Get GitHub URL from npm module name.

var githubUrlFromNpm = require('github-url-from-npm');
githubUrlFromNpm('mocha', function(err, url) {
  assert(url === 'https://github.com/mochajs/mocha');
});

Install

$ npm install github-url-from-npm

LICENSE

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i github-url-from-npm

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hokaccha