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.
- Host: GitHub
- URL: https://github.com/koopjs/koop-tiles-app
- Owner: koopjs
- Created: 2015-03-18T16:22:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:33:21.000Z (over 3 years ago)
- Last Synced: 2025-05-29T04:08:06.187Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 197 KB
- Stars: 3
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```