https://github.com/koopjs/koop-ui
An Electron-based user interface for installations of Koop (experimental).
https://github.com/koopjs/koop-ui
Last synced: 13 days ago
JSON representation
An Electron-based user interface for installations of Koop (experimental).
- Host: GitHub
- URL: https://github.com/koopjs/koop-ui
- Owner: koopjs
- License: other
- Created: 2015-07-24T03:30:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:28:17.000Z (over 2 years ago)
- Last Synced: 2025-03-24T09:38:14.833Z (30 days ago)
- Language: CSS
- Homepage:
- Size: 135 KB
- Stars: 5
- Watchers: 11
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Koop UI
> An experimental user interface for Koop
The goal of this work is to explore some ideas around building a useful tool for inspecting various koop instances from a distance. This app can tell you:
* what providers are installed
* how many datasets are cached
* provide direct access to data in the cache## Installation
```
git clone [email protected]:koopjs/koop-ui.git
cd koop-ui
npm install
npm start
```## Configuring
The app is configured by default to point `http://koop.dc.esri.com`, but can be changed by modifying the `host` variable in `scripts/app.js`.
## License
[Apache 2.0](LICENSE)