An open API service indexing awesome lists of open source software.

https://github.com/koopjs/koop-tiles-app

An app that shows how to register the koop-tile-plugin.
https://github.com/koopjs/koop-tiles-app

Last synced: 4 months ago
JSON representation

An app that shows how to register the koop-tile-plugin.

Awesome Lists containing this project

README

          

# koop-tiles-app

A sample express.js application that shows you how to deploy an instance of koop together with some koop providers AND the [koop-tile-plugin](https://github.com/koopjs/koop-tile-plugin).

## Install

```
git clone https://github.com/koopjs/koop-tiles-app
cd koop-tiles-app
npm install
node server.js
```