A converter that convert mathjs expressions to mongodb arithmetic expressions
npm install exco-mongodb``sh`
$ npm install --save exco-mongodb
`js
const converter = require('exco-mongodb');
converter.convert('a + b * c');
``
MIT © Yuan Tao
[npm-image]: https://badge.fury.io/js/exco-mongodb.svg
[npm-url]: https://npmjs.org/package/exco-mongodb
[travis-image]: https://travis-ci.org/taoyuan/exco-mongodb.svg?branch=master
[travis-url]: https://travis-ci.org/taoyuan/exco-mongodb
[daviddm-image]: https://david-dm.org/taoyuan/exco-mongodb.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/taoyuan/exco-mongodb