Skip to content

theocerutti/againstU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to againstU

What's againstU?

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

Technologies Used

  • NodeJS
  • ExpressJS
  • MomentJS
  • EJS
  • Axios
  • 'raw' HTML/CSS

Getting started

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

Author

Overview

Index:
index

Dota:
dota_menu

Dota stats:
dota_stat

League Of Legends: lol_menu

League Of Legends stats
lol_stat

License

MIT License.