/node-cartodb-query-tables

Helper library to handle information about the affected tables on a CartoDB query and handle cache key generation.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

node-cartodb-query-tables

Helper library to handle information about the affected tables on a CARTO query and handle cache key generation.

Build Status

Library intentions and responsibilities: TBA.

Dependencies

  • Node >=10
  • npm >=6

Install

To install the rest of the dependencies just run:

npm install [cartodb-query-tables]

Tests

Tests suite can be run with:

npm test

That will (js)lint and run the tests.