koopjs / koop-socrata

Socrata provider for Koop.
Other
8 stars 7 forks source link

needs updating #7

Closed ungoldman closed 9 years ago

ungoldman commented 9 years ago

This module is still including a default config in YAML and the tests are requiring mocha and koop-server, neither of which are listed as dev dependencies or dependencies. Even when mocha, koop-server, and yaml modules are installed, I get a segmentation fault when trying to run the test. Needs to be brought up to speed with the latest version of koop and made usable.

chelm commented 9 years ago

ahh looks like my local dev env has some modules left over (yaml). I'll get it updated pronto.

chelm commented 9 years ago

@ngoldman I was thinking about updating this repo to include "standard" and to use tape for testing

ungoldman commented 9 years ago

:+1:

ungoldman commented 9 years ago

@chelm bbox2extent has a very simple implementation of standard + tape as a minimal testing suite:

The demands of this repo would be a bit more complex but if you want to give it a shot that might be useful as a starting point

dmfenton commented 9 years ago

This is in place