1.4.1 • Published 9 years ago

da-mongo-rx v1.4.1

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

Mongo-Rx

Build Status

Thin layer on top of mongojs library exposes RxJS interfaces.

Contains typeScript defintion files.

Documentation

Test

Set up uri for test db

  • In .npmrc set MONGO_URI=xxx, higest priority
  • In package.json field config.MONGO_URI (defualt 127.0.0.1)

Run test

npm test

Development

Project contians tasks file for Visual Studio Code

  • Build - run tsc, same as npm run-task build
  • Test - run mocha, same as npm test

For some reason VS Code take quite a time to start build, usually watch rebuild proccess via tsc -w work much faster.

This way use tsc -w in console and then run test task manually, when neccessary.

Documentation

Generate typedoc ./src/mongo-rx.ts

1.4.1

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.1

9 years ago

1.1.0

9 years ago

1.0.5

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago