cassandra-connection-url-parser

1.0.0 • Public • Published

influx-connection-url-parser

A parser for influx connection strings represented as a URL.

Usage

var ret = parse( 'http://user:pass@test.influx.com:333/test' );

{
    protocol: 'http',
    host: 'test.influx.com',
    port: 333,
    username: 'user',
    password: 'pass',
    database: 'test'
}

Package Sidebar

Install

npm i cassandra-connection-url-parser

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • cantireinnovations