SeeClickFix API Documentation: http://dev.seeclickfix.com/ Koop Provider Documentation: https://koopjs.github.io/docs/specs/provider/
SeeClickFix Demo App deployed at https://koop-seeclickfix.herokuapp.com
Example Query: https://koop-seeclickfix.herokuapp.com/seeclickfix/district-of-columbia/FeatureServer/0/query
Koop Providers connect third-party APIs to both the GeoJSON and Esri Feature Services ecosystems
index.js
: Main Koop Provider Exportmodel.js
: Translates remote API to GeoJSON
Run server:
npm install
npm start
Example API Query:
curl localhost:8080/seeclickfix/FeatureServer/0/query?returnCountOnly=true
Tests:
npm test
docker build -t koop-provider-seeclickfix .
docker run -it -p 8080:8080 koop-provider-seeclickfix