Skip to content

Commit 84184f1

Browse files
authored
Add koop-provider-csv (#36)
* Add koop-provider-csv
1 parent 2c0ea25 commit 84184f1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/providers.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ We encourage you to create your own provider using the [Provider](../specs/provi
3838
| [Citybikes](https://github.com/nixta/koop-citybikes) | [![npm](https://img.shields.io/npm/v/koop-citybikes.svg?style=flat-square)](https://www.npmjs.com/package/koop-citybikes) | [![travis](https://img.shields.io/travis/nixta/koop-citybikes.svg?style=flat-square)](https://travis-ci.org/nixta/koop-citybikes) |
3939
| [Zillow](https://github.com/dmfenton/koop-provider-zillow) | [![npm](https://img.shields.io/npm/v/koop-zillow.svg?style=flat-square)](https://www.npmjs.com/package/koop-zillow) | [![travis](https://img.shields.io/travis/dmfenton/koop-provider-zillow.svg?style=flat-square)](https://travis-ci.org/dmfenton/koop-provider-zillow) |
4040
| [Strava](https://github.com/Jking-GIS/koop-provider-Strava) | [![npm](https://img.shields.io/npm/v/koop-strava.svg?style=flat-square)](https://www.npmjs.com/package/koop-strava) | [![travis](https://img.shields.io/travis/Jking-GIS/koop-provider-Strava.svg?style=flat-square)](https://travis-ci.org/Jking-GIS/koop-provider-Strava) |
41+
| [CSV](https://github.com/haoliangyu/koop-provider-csv) | [![npm](https://img.shields.io/npm/v/koop-provider-csv.svg?style=flat-square)](https://www.npmjs.com/package/koop-provider-csv) | [![travis](https://img.shields.io/travis/haoliangyu/koop-provider-csv.svg?style=flat-square)](https://travis-ci.org/haoliangyu/koop-provider-csv?branch=master) |
4142

4243
Know of any providers that aren't listed below? Please let us know by [submitting an issue](https://github.com/koopjs/koop/issues/new)!

docs/providers/index.html

+5
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ <h2>Third Party</h2>
169169
<td style="text-align:left"><a href="https://www.npmjs.com/package/koop-strava"><img src="https://img.shields.io/npm/v/koop-strava.svg?style=flat-square" alt="npm"></a></td>
170170
<td style="text-align:left"><a href="https://travis-ci.org/Jking-GIS/koop-provider-Strava"><img src="https://img.shields.io/travis/Jking-GIS/koop-provider-Strava.svg?style=flat-square" alt="travis"></a></td>
171171
</tr>
172+
<tr>
173+
<td style="text-align:left"><a href="https://github.com/haoliangyu/koop-provider-csv">CSV</a></td>
174+
<td style="text-align:left"><a href="https://www.npmjs.com/package/koop-provider-csv"><img src="https://img.shields.io/npm/v/koop-provider-csv.svg?style=flat-square" alt="npm"></a></td>
175+
<td style="text-align:left"><a href="https://travis-ci.org/haoliangyu/koop-provider-csv?branch=master"><img src="https://img.shields.io/travis/haoliangyu/koop-provider-csv.svg?style=flat-square" alt="travis"></a></td>
176+
</tr>
172177
</tbody>
173178
</table>
174179
<p>Know of any providers that aren&#x2019;t listed below? Please let us know by <a href="https://github.com/koopjs/koop/issues/new">submitting an issue</a>!</p>

0 commit comments

Comments
 (0)