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

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).

Awesome Lists containing this project

README

        

# Koop UI

> An experimental user interface for Koop

koop-ui

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)