Discover daily Overwatch arcade gamemodes without having to login to Overwatch.
View website »
View Todo's
·
Report Bug
·
Request Feature
Discover daily Overwatch arcade gamemodes without having to login to Overwatch. Daily submittions are posted by contributors (registered members). OverwatchArcade.Today also offers an open API for developers to intergrate in their apps, Discord communities and etc.
To get a local copy up and running follow these simple steps.
- Discord OAuth2 App (Member registration whitelisting)
- Twitter OAuth2 App (Twitter posting)
- APIFlash account needed for (Screenshot service for Tweet media)
- Dotnet CLI (Run migration)
- Docker
- Clone the repo
git clone https://github.com/OverwatchArcade/Backend.git
- Copy appsettings.json to appsettings.(Environment).json
cp appsettings.json appsettings.Development.json
- Create the hangfire database, the overwatch database can be created automatically by dotnet cli.
- Run the dotnet cli database update command.
dotnet ef database update
- Whitelist your Discord ID in the Whitelist table and visit /login if you wish to login.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the CC BY-NC-SA 4.0 License. See LICENSE
for more information.