Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngot/github-url-from-username-repo
Create urls from username/repo tool for fibjs
https://github.com/ngot/github-url-from-username-repo
Last synced: about 2 months ago
JSON representation
Create urls from username/repo tool for fibjs
- Host: GitHub
- URL: https://github.com/ngot/github-url-from-username-repo
- Owner: ngot
- License: other
- Created: 2014-07-13T06:01:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-13T06:02:10.000Z (over 10 years ago)
- Last Synced: 2024-10-16T21:26:54.564Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-url-from-username-repo
## Usage
```javascript
var getUrl = require("github-url-from-username-repo")
getUrl("visionmedia/express") // https://github.com/visionmedia/express```