# atd-cartodb.js

> Mini version of CartoDB.js

Latest version **0.0.2** (published 2017-09-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install atd-cartodb.js
pnpm add atd-cartodb.js
yarn add atd-cartodb.js
bun add atd-cartodb.js
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2017-09-29 |
| First published | 2017-09-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Antonio Tapiador del Dujo |
| Maintainers | atapiador |

## Links

- npm: https://www.npmjs.com/package/atd-cartodb.js
- Repository: https://github.com/atd/cartodb.js
- Issues: https://github.com/atd/cartodb.js/issues
- npm.io page: https://npm.io/package/atd-cartodb.js

## Recent versions

- 0.0.2 (latest) — 2017-09-29
- 0.0.1 — 2017-09-29

## README

# cartodb.js

Mini version of CartoDB.js

[![Travis build status](http://img.shields.io/travis/atd/cartodb.js.svg?style=flat)](https://travis-ci.org/atd/cartodb.js)
[![Code Climate](https://codeclimate.com/github/atd/cartodb.js/badges/gpa.svg)](https://codeclimate.com/github/atd/cartodb.js)
[![Test Coverage](https://codeclimate.com/github/atd/cartodb.js/badges/coverage.svg)](https://codeclimate.com/github/atd/cartodb.js)
[![Dependency Status](https://david-dm.org/atd/cartodb.js.svg)](https://david-dm.org/atd/cartodb.js)
[![devDependency Status](https://david-dm.org/atd/cartodb.js/dev-status.svg)](https://david-dm.org/atd/cartodb.js#info=devDependencies)


## Quick start

1. Add cartodb.js to your site:

```html
  <script src="http://...">
```

2. Create the map from the config file

```
  var map = new CartoDB('#map', 'leaflet', config);
```


## Development

Use [yarn](https://yarnpkg.com/) to install node packages

```
  yarn

```

Use `gulp watch` for development. It will run unit tests, rebuild the library and
launch a web server for accesing the example html pages.

TODO: html page live reload

### Testing

Run unit and acceptance tests with `gulp`

Alternatively, you can run either suite with `gulp test-unit` or `gulp test-acceptance`

---
_Source: https://npm.io/package/atd-cartodb.js · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
