Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stonecircle/kue-ui
Interface for Kue
https://github.com/stonecircle/kue-ui
Last synced: 5 days ago
JSON representation
Interface for Kue
- Host: GitHub
- URL: https://github.com/stonecircle/kue-ui
- Owner: stonecircle
- License: mit
- Created: 2014-12-01T16:18:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T19:12:20.000Z (almost 5 years ago)
- Last Synced: 2024-05-02T05:41:56.616Z (6 months ago)
- Language: JavaScript
- Size: 2.1 MB
- Stars: 344
- Watchers: 19
- Forks: 51
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - stonecircle/kue-ui - Interface for Kue (others)
README
# Kue-Ui-Client
## Introduction
Job management client for [kue](https://github.com/LearnBoost/kue/) (Version `>=0.8.10`)### Important note!
This repository used to contain instructions on how to enable this new UI for Kue, now it only contains the Ember application itself. To add Kue-Ui to an existing Express application please see [Kue-Ui-Express](https://github.com/stonecircle/kue-ui-express)## Screenshots
![Screenshot 1](https://cloud.githubusercontent.com/assets/1458008/5229932/76dd0e70-7716-11e4-9551-e87ce799d8dc.png)
![Screenshot 2](https://cloud.githubusercontent.com/assets/1458008/5229934/7fdf1c84-7716-11e4-8fa3-3d9f3dc947c7.png)
## Development
By just running `npm start` on this repo you will spin up Kue-Ui which will automatically try to connect to a Kue server running at https://localhost:3000/kue-ui
### License
`kue-ui` is released under the MIT license. See LICENSE.txt for the complete text.### Contributors
* [Alex Loizou](https://github.com/alexloi)
* [Arnaud Benard](https://github.com/arnaudbenard)
* [Chris Manson](https://github.com/mansona)
* [Peter Kadlot](https://github.com/daralthus)