/koop-sample-app

A sample koop express application with some common koop providers.

Primary LanguageJavaScript

Koop Sample App

A sample koop express application with some common koop providers.

This app makes it easy to get started running your own instance of koop. It's also useful for trying out koop's functionality, trying new koop providers, and testing deployments.

If you're new to node development, you can find more information about setting up a development environment here.

Instructions

  1. Clone this repository on your machine.
git clone git@github.com:koopjs/koop-sample-app.git
  1. Change the working directory to the newly created koop-sample-app folder.
cd koop-sample-app
  1. Install koop's dependencies.
npm install
  1. Start the server.
npm start
  1. Take koop for a test drive! You can try fetching a resource directly in the browser (such as localhost:1337/github/benbalter/dc-wifi-social/bars/) to confirm koop is running.

Additional documentation