url-parse-password
v1.0.0
Published
Parse the password and username out of a url
Downloads
4
Readme
url-parse-password
Parse the password and username out of a url
Install
$ npm install --save url-parse-password
Usage
var urlParsePassword = require('url-parse-password')
urlParsePassword('input')
//=> output
API
urlParsePassword(input, [options])
-> output
input
Required
Type: string
Lorem ipsum.
options
foo
Type: boolean
Default: false
Lorem ipsum.
License
MIT © Andrew Joslin