Skip to content

RiftJS: A lightweight Node.js wrapper for the Riot Games API, providing easy access to League of Legends game data.

License

Notifications You must be signed in to change notification settings

Jonatansilx/RiftJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiftJS: League of Legends API Wrapper

Welcome to RiftJS, a lightweight Node.js wrapper for the Riot Games API, designed to provide convenient access to League of Legends game data. Whether you're a seasoned developer or just getting started, RiftJS makes it easy to integrate League of Legends data into your projects.

Features

🎮 Game Data Access: Access a wide range of League of Legends game data, including match history, summoner information, and more.

📦 Lightweight: RiftJS is designed to be lightweight, ensuring smooth integration into your Node.js projects without unnecessary bloat.

🔄 Automatic Updates: Integrate with the latest League of Legends patches and updates seamlessly, thanks to RiftJS's efficient update system.

🔒 Secure Authorization: Keep your API calls secure with RiftJS's built-in authorization features.

Getting Started

To get started with RiftJS, follow these simple steps:

  1. Clone the repository or download the latest release from here.
  2. Install the necessary dependencies by running npm install.
  3. Start using RiftJS in your Node.js projects to access League of Legends game data effortlessly.

Usage

const RiftJS = require('riftjs');

// Initialize RiftJS with your API key
const rift = new RiftJS('your-api-key');

// Get match history for a specific summoner
rift.getMatchHistory('summoner-name').then((matches) => {
    console.log(matches);
}).catch((error) => {
    console.error(error);
});

Community and Support

Need help or have questions about using RiftJS? Join our community on Discord or open an issue on the GitHub repository.

Contributing

We welcome contributions to RiftJS! Feel free to fork the repository and submit pull requests with your enhancements or bug fixes.

Repository Information

  • Repository name: RiftJS
  • Repository topics: api-wrapper, datadragon, featured-project, game-data, javascript, league-of-legends, lol-api, match-history, node-js, riot-api, summoner

Conclusion

RiftJS is your go-to solution for integrating League of Legends game data into your Node.js projects. With its lightweight design and user-friendly features, RiftJS makes accessing game data a breeze. So why wait? Dive into the world of League of Legends data with RiftJS today!

Happy coding! 🎮🚀

About

RiftJS: A lightweight Node.js wrapper for the Riot Games API, providing easy access to League of Legends game data.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published