cartodb-4.42/lib/assets/javascripts/cdb/doc/API.md
2024-04-06 05:25:13 +00:00

16 lines
833 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

CARTO offers a simple unified JavaScript library called CARTO.js that lets you interact with the CARTO service. This library allows you to connect to your stored visualizations, create new visualizations, add custom interaction, and access or query your raw data from a web browser; meaning, your applications just got a whole lot more powerful with a lot less code.
When you add CARTO.js to your websites you get some great new tools to make maps or power your content with data. Lets take a look.
## Documentation
* [Getting started](getting_started.md)
* [API methods](api_methods.md)
* [Events](events.md)
* [Specific UI functions](ui_functions.md)
* [Getting data with SQL](sql.md)
* [Static Maps](static_maps.md)
* [Core API functionality](core_api.md)
* [Versions](versions.md)
* [Other important stuff](other_stuff.md)