Skip to content

shama/csv-viewer

Repository files navigation

csv-viewer Build Status

A WIP CSV viewer element.

example

Installing/Running

git clone git://github.com/shama/csv-viewer &&cd csv-viewer npm i npm start

Visit http://localhost:9966

Example

https://shama.github.io/csv-viewer

Usage

varviewer=require('csv-viewer')// Get some CSV datavarcsv=[['Name','Address','Phone'],['Grizzly','123 Fake St','707-123-4567'],]// Build the element and attach to pagevarelement=viewer(csv)document.body.appendChild(element)

About

A WIP CSV viewer element.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published