g33kidd / bracket

An eSports tournament framework built with Laravel
MIT License
35 stars 9 forks source link

Challonge API or Something #16

Closed g33kidd closed 8 years ago

g33kidd commented 8 years ago

One of the main purposes of this framework is to allow communities to setup tournaments, have online profiles and such without any hassle.

Challonge seems like a great place for an integration to provide this functionality. They do have an API, but at the same time it could be better to build a custom one to fit with the platform. Anyways, there should at least be a challonge integration option.

http://api.challonge.com/v1

g33kidd commented 8 years ago

Added the CHALLONGE_API to config and .env file. There is also the challonge-php library added.