Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbacalan/gw2bot-site
The website of GW2Bot
https://github.com/mbacalan/gw2bot-site
discord-bot guildwars2 website
Last synced: 2 days ago
JSON representation
The website of GW2Bot
- Host: GitHub
- URL: https://github.com/mbacalan/gw2bot-site
- Owner: mbacalan
- Created: 2017-07-08T14:00:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T14:10:45.000Z (over 2 years ago)
- Last Synced: 2024-07-30T18:56:59.808Z (5 months ago)
- Topics: discord-bot, guildwars2, website
- Language: Vue
- Homepage: https://gw2bot.info
- Size: 13.1 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gw2bot-site
The website of [GW2Bot](https://github.com/Maselkov/GW2Bot), live at [gw2bot.info](https://gw2bot.info/)
## About
This website is built using [Nuxt.js](nuxtjs.org/) and takes advantage of an embedded [Express.js](https://expressjs.com/) API.
It showcases some features of the bot, lists the available commands and hosts a couple of FAQ's.
It also has Discord authentication for viewing encounter logs that are uploaded via the bot.
## Setup
``` bash
# Install dependencies
npm install# Run locally for development
npm run dev# Build for production
npm run build
```> You'll need a Discord bot's Client ID and add it a Redirect URI to use authentication. Replace the variables in `nuxt.config.js` file.
## Contribution
Feel free to create an issue or directly create a PR for any improvement you'd like to add.
For PR's, please explain the issue, your solution/improvement and make sure ESLint is happy.
## Thanks
[Maselkov](https://github.com/Maselkov/) for creating the bot!
[Sugarcube](https://github.com/SugarcubeIsCoding/) for the creative styling contributions!
You, for reading this!