An open API service indexing awesome lists of open source software.

https://github.com/mondeja/d3-spanish

Libro de cocina de D3JS en español
https://github.com/mondeja/d3-spanish

Last synced: about 1 month ago
JSON representation

Libro de cocina de D3JS en español

Awesome Lists containing this project

README

          

## d3-spanish - Libro de cocina sobre D3JS en español

[![Online](https://readthedocs.org/projects/d3-spanish/badge/?version=latest)](https://d3-spanish.readthedocs.io/es/latest/?badge=latest)

Compendio de mis apuntes en español sobre la biblioteca [D3JS](https://d3js.org/).

Puedes verlo en [d3-spanish.readthedocs.io](https://d3-spanish.readthedocs.io).

- Compilación: ``make html``
- Abrir el navegador para verlo: ``make show``
- Compilar automáticamente cuando se detectan cambios: ``make watch``
- Limpieza del repositorio: ``make clean``