It's a simple app that show basic data from the searched user from the videogame League of Legends.
- SUMMONER-V4 (User metada)
- LEAGUE-V4 (Ranked info)
- MATCH-V5 (Matchs info)
- CHAMPION-MASTERY-V4 (Champion Mastery from user)
- Data Dragon (League of Legends' assets)
This is a Next.js project bootstrapped with create-next-app
.
First, go to Riot Developer Website, create an account and create an API Key. Use the API key in an environment variable called RIOT_API.
// .env.local
RIOT_API=YOUR_SUPER_SECRET_API_KEY
Then run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.