Skip to content

A sample Koop express application with some common providers.

License

Notifications You must be signed in to change notification settings

fargeo/koop-sample-app

 
 

Repository files navigation

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-sample-app.git

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

cd koop-sample-app

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:

Deploying

Heroku

Deploy

Now

  1. Install Now
  2. run now -e PORT=80

Resources

License

Apache 2.0

About

A sample Koop express application with some common providers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • Dockerfile 2.2%