Skip to content

Commit 78d5339

Browse files
committed
Merge pull request #19 from CameronSima/master
Added NPM badge to README.md
2 parents e95667e + 8569c98 commit 78d5339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build Status](https://travis-ci.org/CfABrigadePhiladelphia/jawn.svg?branch=master)](https://travis-ci.org/CfABrigadePhiladelphia/jawn)
44

5+
[![NPM](https://nodei.co/npm/jawn.png)](https://nodei.co/npm/jawn/)
6+
57
Jawn is a node.js module that allows _distributed version control of Tabular Data_. It's connected to the [dat](https://github.com/maxogden/dat) project. It allows you to import tabular data (rows and columns like CSV or TSV) and track how those data change over time. _Do you have non-tabular data? read this:_ [What about Non Tabular Data?](https://github.com/CfABrigadePhiladelphia/jawn/wiki/What-about-Non-Tabular-Data%3F)
68

79
The key features for jawn are to:

0 commit comments

Comments
 (0)