Skip to content
forked from CartoDB/toolkit

JS library to interact with CARTO APIs in a simple way

License

Notifications You must be signed in to change notification settings

juandjara/toolkit

 
 

Repository files navigation

CARTO Toolkit - New Web-SDK!

This is a monorepo intended to contain all small-medium sized JS libraries that are used to create CARTO Apps. Currently contains:

  • An auth library, mainly for OAuth.
  • A SQL API library.
  • A Custom Visualizations library.
  • A Viz library, built on top of deck.gl
  • A Metapackage that exposes all

It uses Lerna to manage all the packages and inter-dependencies.

Quick steps to check that build works correctly

 nvm use
 npm install
 npm run build

About

JS library to interact with CARTO APIs in a simple way

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 80.7%
  • HTML 14.9%
  • JavaScript 4.4%