Skip to content

Rust application using Riot Games API to fetch and display League of Legends player stats. Extendable for more game data analysis and insights.

Notifications You must be signed in to change notification settings

harlleybastos/league-of-legends-rust-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 League of Legends Summoner Stats (Rust) 🦀

This project is a fun and simple command-line program 🖥️ that fetches and displays the stats 📊 of a given League of Legends (LoL) summoner using Riot's API. All of this in the efficient, reliable, and concurrent Rust language! 🚀

📝 Summary

In this project, you'll find an implementation of a small HTTP client that interacts with Riot's API to fetch key details of a summoner 👤. It's a perfect starting point for a bigger project or for those who are just getting started with Rust and API interactions.

🚀 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

🔧 Prerequisites

You'll need Rust and Cargo (Rust's package manager) installed on your machine. Follow the instructions on the official Rust website to install Rust and Cargo.

Also, you'll need an API key from Riot 🔑. Register on the Riot developer portal to get yours.

🖥️ Installing and Runnin

  1. Clone this repository:
git clone https://github.com/harlleybastos/league-of-legends-rust-tracker.git
  1. Navigate to the project directory:
cd league-of-legends-rust-tracker
  1. Add your API Key generated from Riot:

Linux or MacOS

export RIOT_API_KEY=your-api-key

Windows

set RIOT_API_KEY=your-api-key
  1. Run the program with the name of the summoner:
cargo run -- "SummonerName"

Replace "SummonerName" with the name of the summoner you're interested in.

🙌 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated. Feel free to submit a Pull Request!

🔖 License

This project is licensed under the MIT License.

About

Rust application using Riot Games API to fetch and display League of Legends player stats. Extendable for more game data analysis and insights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages