[readme][s]: consistent capitalization of info files and minor refactor of README to better describe this project's purpose.

This commit is contained in:
rgrp
2011-10-24 16:05:11 +01:00
parent aaddeaee75
commit dd5ee2b44e
3 changed files with 19 additions and 31 deletions

19
README.md Executable file
View File

@@ -0,0 +1,19 @@
# 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.