1.0.1 • Published 9 years ago

rawgit-url-formatter v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

#rawgit-url-formatter

This repository is modified from this code to use on npm.

##Install

npm install rawgit-url-formatter --save

##Usage

var rawgitUrl = require('rawgit-url-formatter');

var result = rawgitUrl('https://github.com/se0kjun/rawgit-url-formatter/blob/master/index.js');
console.log(result);

> { dev: 'https://rawgit.com/se0kjun/rawgit-url-formatter/master/index.js',

cdn: 'https://cdn.rawgit.com/se0kjun/rawgit-url-formatter/master/index.js' }

##LICENSE

MIT © Seokjun Hong