File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -38,5 +38,6 @@ We encourage you to create your own provider using the [Provider](../specs/provi
38
38
| [ 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 ) |
39
39
| [ 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 ) |
40
40
| [ 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 ) |
41
42
42
43
Know of any providers that aren't listed below? Please let us know by [ submitting an issue] ( https://github.com/koopjs/koop/issues/new ) !
Original file line number Diff line number Diff line change @@ -169,6 +169,11 @@ <h2>Third Party</h2>
169
169
< 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 >
170
170
< 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 >
171
171
</ 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 >
172
177
</ tbody >
173
178
</ table >
174
179
< p > Know of any providers that aren’t listed below? Please let us know by < a href ="https://github.com/koopjs/koop/issues/new "> submitting an issue</ a > !</ p >
You can’t perform that action at this time.
0 commit comments