Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```