Skip to content

shama/csv-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

var viewer = require('csv-viewer')

// Get some CSV data
var csv = [
  ['Name', 'Address', 'Phone'],
  ['Grizzly', '123 Fake St', '707-123-4567'],
]

// Build the element and attach to page
var element = viewer(csv)
document.body.appendChild(element)

About

A WIP CSV viewer element.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published