0.1.0 • Published 5 years ago

koop-provider-remote-geojson v0.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

koop-cli-new-project

A minimal Koop project template from Koop CLI.

See the specification for more details.

Configuration

This project is configured with config. As a community practice, it is recommanded to namespace the configuration for plugins in order to avoid any potential key conflict.

Development

Testing

This project uses mocah as the testing framework and chaijs as the assertion library. All test files in the test directory should have the special extension .test.js, which will be executed by the command:

$ npm test

Dev Server

This project by default uses the Koop CLI to set up the dev server. It can be invoded via

$ npm start

The server will be running at http://localhost:8080 or at the port specified at the configuration.

For more details, check the Koop CLI documentation.