@cheem/apexlegends
v1.0.18
Published
A wrapper for http://apexlegendsstatus.com api to fetch stats, map rotations, and more!
Downloads
3
Readme
Apex Legends API Wrapper for https://apexlegendsstatus.com
🏠 Homepage
Prerequisites
- npm >=8.11.0
- node >=18.2.0
Install
npm install
Example
import {ApexStat} from "@cheem/apexlegends";
async function getStats(): Promise<ApexStat> {
const client = new Client(<API_KEY>);
const stats = await client.getUserStats(<APEX_USERNAME>);
console.log(JSON.stringify(stats));
}
Author
👤 Colton Hughes
- Github: @coltonhughes
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2022 Colton Hughes. This project is MIT licensed.