Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hokaccha/github-url-from-npm

Get GitHub URL from npm module name
https://github.com/hokaccha/github-url-from-npm

Last synced: about 2 months ago
JSON representation

Get GitHub URL from npm module name

Awesome Lists containing this project

README

        

# github-url-from-npm

Get GitHub URL from npm module name.

```javascript
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