A Discord bot for keeping track of Steam apps.

To get a local copy up and running follow these simple steps:
- Clone the repo
git clone https://github.com/dukeofsussex/SteamWatch.git- Install NPM packages
npm install- Configure the bot by copying
.env.exampleto.envand setting the provided parameters - (Optional) Build the bot for production
npm run build:<package>- Run the bot
# development
npm run dev:<package>
# production
cd <path to package>
node .Any contributions made are welcome and greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature) - Code it
- Commit your changes (
git commit -m 'Add something awesome') - Push to the branch (
git push origin feature) - Open a Pull Request
This project is licensed under the GNU GPL License. See the LICENSE file for details.