https://github.com/crit/raid-helper
https://github.com/crit/raid-helper
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crit/raid-helper
- Owner: crit
- Created: 2022-06-03T22:44:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T14:59:55.000Z (over 2 years ago)
- Last Synced: 2024-06-19T17:59:13.877Z (about 2 years ago)
- Language: Go
- Size: 2.09 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raid-helper
## To Do
- [ ] UI: Breadcrumb should truncate long encounter names at each media query.
- [ ] Design: Destiny 2 background. Maybe raid/encounter specific background.
- [ ] UX: Link to about page.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
# Xur Worker
- [x] Setup xur-worker for automatic run on Friday from a Raspberry Pi 3
- [x] Write xur location json to s3 for app usage.
- [ ] Write xur inventory json to s3 for app usage.
- [ ] Send message to discord about xur location.
- [ ] Send message to discord about xur inventory.
- [ ] Send error notification to discord about xur-worker error.