againstU is a Website that allows to know your stats and stats of your opponents on Dota and League of Legends games. Our website use the Dota and League Of Legend API
- NodeJS
- ExpressJS
- MomentJS
- EJS
- Axios
- 'raw' HTML/CSS
To begin, you need to change api keys in /againstU/src/index.js with YOUR keys.
How to get them ?
(check this for Dota2, and this for League Of Legends)
const API_KEY_DOTA = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
const API_KEY_LOL = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
Then, just launch the server!
At the root of the repository execute this: (you need NodeJS installed)
node src/index.js
Go to: http://localhost:8080
MIT License.