Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hokaccha/github-url-from-npm
- Owner: hokaccha
- License: mit
- Created: 2015-03-23T14:16:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T14:16:50.000Z (almost 10 years ago)
- Last Synced: 2024-10-06T06:59:11.565Z (3 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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