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

https://github.com/quartz/datashaper

A static web-based tool for preparing data for Atlas charts.
https://github.com/quartz/datashaper

javascript qz-things tool

Last synced: 5 months ago
JSON representation

A static web-based tool for preparing data for Atlas charts.

Awesome Lists containing this project

README

          

# datashaper

A tool for reshaping tables to the format required by Atlas. Deployed at [http://data.qz.com/datashaper/](http://data.qz.com/datashaper/).

## Setup

```
npm install
```

## Usage

```
gulp
```

## Deploy

```
gulp build --push
```