datahub/README.md

27 lines
847 B
Markdown
Executable File

# Recline
A pure javascript data explorer and data refinery. Imagine it as a spreadsheet plus Google Refine plus Visualization toolkit, all in pure javascript and html.
Designed for standalone use or as a library to integrate into your own app.
## Features
* CSV/JSON export your entire database for integration with spreadsheets or
[Google Refine](http://code.google.com/p/google-refine/)
* Bulk update/clean your data using an easy scripting UI
* Import by directly downloading from JSON APIs or by uploading files
![screenshot](http://i.imgur.com/XDSRe.png)
## Demo App
Open demo/index.html in your favourite browser.
## Minifying dependencies
npm install -g uglify
cd vendor
cat *.js | uglifyjs -o ../src/deps-min.js
note: make sure underscore.js goes in at the top of the file as a few deps currently depend on it