File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
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
4243Know 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>
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’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