To get a MongoDB database I use the following code:
router.get('/multibancos', function(req, res, next){
MB.aggregate().near({
near: { type: "Point", coordinates: [parseFloat(req.query.lng) , parseFloat(req.query.lat)] },...
asked by
08.02.2018 / 23:19