Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/node-mongo-url

mongo url generator for nodejs
https://github.com/yorkie/node-mongo-url

Last synced: 5 days ago
JSON representation

mongo url generator for nodejs

Awesome Lists containing this project

README

        

mongo-url
==================
mongo url generator

### Installation
```sh
$ npm install mongo-url --save
```

### API

* `mongourl(port, hostname, db, options)`

visit https://github.com/mongodb/node-mongodb-native/blob/master/docs/articles/MongoClient.md#the-url-connection-format for get more information on this.

### License

MIT