Skip to content

Latest commit

 

History

History
62 lines (40 loc) · 1.99 KB

README.md

File metadata and controls

62 lines (40 loc) · 1.99 KB

Koop Sample App

Build Status Greenkeeper badge

A sample Koop application with some common providers.

This app makes it easy to get started running your own instance of Koop. It's also helpful for trying out Koop's functionality and testing providers, caches, plugins, and deployments.

If you're new to Node.js development, you can read more about setting up a development environment.

Instructions

Clone this repository on your machine.

git clone git@github.com:koopjs/koop-app-example.git

Change the working directory to the newly created koop-app-example folder.

cd koop-app-example

Install dependencies.

npm install

Start the server.

npm start

Take Koop for a test drive!

This sample app includes the following providers:

Once Koop is running, you can test these sample requests:

Resources

License

Apache 2.0