cartodb-nodejs
cartodb-nodejs copied to clipboard
Node.js package for easy access to CartoDB's APIs
Main Stack Overflow questions is here. http://stackoverflow.com/questions/43686029/angular4-webpack-having-trouble-finding-loading-module So is there a problem with CartoDB or ajv? I'm not that aware of how Carto handles their calls so maybe it's another...
Why is the import api limited to a fileName and or URL. Why can we not just pass a stream of raw data as an option? I would love this...
In sql L96 debug('There was an error with the request %s', body.error); There are cases where we are trying to make a request without internet service and the body message...
Instead of : ``` SQL.execute(sql [,vars][, options][, callback]) ``` Use : ``` SQL.execute(sql, options); SQL.execute(sql, { vars: vars callback: callback }) ``` Pros : - doesn't force the user to...
Chai is a good one
Instead of Mocha's default
underscore is already there and already contains a [templating utility](http://underscorejs.org/#template). Might have been sufficient here. Even further, node support es6 [template strings](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/template_strings) as of v4