{"CSV Converter"}

Fork on Github

I wanted to make a stand-alone CSV conversion tool that would run exclusively on Github, allowing anyone to fork, upload and manage their open data via simple web interface.

CSV, to {"JSON"} {"JSON"} to CSV

This project runs as a Github Page, building on a Github Repository and is built entirely in JavaScript, which means there is no server backend beyond Github. This allows you to fork and implement without launching your website or servers.

I found a really cool, open source CSV converter called Mr. Data Converter. I used this as the base and engineered it to run on Github Pages, then added the ability to login using Github oAuth and save CSV, JSON and XML files locally to the master Github repository behind CSV Converter.

This is a work in progress, so follow the blog for updates, and leave an issue if there is something you need.