node-url-to-github-obj
v1.0.1
Published
A module for node.js and browsers that extracts useful properties like user, repo, and branch from various flavors of GitHub URLs.
Downloads
4
Readme
Url to github object on Nodejs
A module for node.js and browsers that extracts useful properties like user, repo, and branch from various flavors of GitHub URLs.
Example usage
const github_url = 'https://github.com/example/business/blob/nachos'
const github_object = github_url_to_object(github_url)
console.log(github_object)