1.0.1 • Published 2 months ago

node-url-to-github-obj v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

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)
1.0.1

2 months ago

1.0.0

2 months ago