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.
- Host: GitHub
- URL: https://github.com/quartz/datashaper
- Owner: Quartz
- Created: 2017-01-12T23:05:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T20:09:42.000Z (over 8 years ago)
- Last Synced: 2025-04-07T15:51:57.956Z (6 months ago)
- Topics: javascript, qz-things, tool
- Language: JavaScript
- Size: 67.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
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
```