https://github.com/staghouse/windfish-app
Windfish.io is a Node Server/Client built in Nuxt/Vue and uses WebSockets and a Twitch chat bot to track game play while playing LADX Randomizer
https://github.com/staghouse/windfish-app
discord-bot legend-of-zelda socket-io vue
Last synced: 4 months ago
JSON representation
Windfish.io is a Node Server/Client built in Nuxt/Vue and uses WebSockets and a Twitch chat bot to track game play while playing LADX Randomizer
- Host: GitHub
- URL: https://github.com/staghouse/windfish-app
- Owner: staghouse
- License: mit
- Created: 2018-05-06T00:16:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T20:23:42.000Z (about 2 years ago)
- Last Synced: 2024-05-02T14:20:42.296Z (about 2 years ago)
- Topics: discord-bot, legend-of-zelda, socket-io, vue
- Language: Vue
- Homepage: https://www.windfish.io/beta
- Size: 12.4 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Windfish.io
[](https://shields.io/)
[](https://GitHub.com/ericlakatos/windfish-app/graphs/commit-activity)
[](https://github.com/ericlakatos/windfish-app/blob/master/LICENSE.md)
> Windfish.io is a Node WebSocket Server and Client built in Nuxt/Vue
## Project Dependencies
* Node
* Nuxt/Vue
* Pug
* SCSS
* ES5+
* Twitch OAUTH Token (Bot Testing)
## Build Setup
First
```bash
# install dependencies
$ npm install
```
Then
```bash
# serve with hot reload at 0.0.0.0:3000
$ npm run dev
```
For more information on how Nuxt works, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
## Contributors
Please create your own branch with a unique name to make your changes on. PR's will be merged in to the `dev` branch.