Quickstart for koop projects, with a bare-bone provider (guus-provider) and the craigslist provider.
npm install
npm start
There are two providers in this server. One is the existing craigslist provider as documented here: https://github.com/dmfenton/koop-provider-craigslist. The other is a barebone minimum provider. For craigslist example: http://localhost:${port}/craigslist/atlanta/apartments/FeatureServer/0/query For barebone minimum provider example: http://localhost:${port}/guus-provider/FeatureServer/0/query
What is koop? See: https://github.com/koopjs/koop This repo was first intended to practise a bit with koop, but can now also function as a quickstart for personal projects.
Credits for koop, see: https://github.com/koopjs/koop. Craigslist: https://github.com/dmfenton/koop-provider-craigslist This repository by Guus Claessen