kue.app is undefied
Open
- Dominant language
- JavaScript
- Stars
- 9.4k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
The documentation says the following code will run the UI. However, when run, it says kue.app is undefined.
```
var kue = require('kue');
kue.createQueue(...);
kue.app.listen(3000);
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the documentation page containing the kue.app.listen(3000) example and compare it with the current Kue API exposed after require('kue') and createQueue(...). Update the example or its explanation so the documented way to run the UI no longer produces “kue.app is undefined,” then verify the revised example against the project’s current behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100