Skip to content

coltonhughes/apexlegends

Repository files navigation

Welcome to @cheem/apexlegends 👋

Version Documentation Maintenance

Apex Legends API Wrapper for https://apexlegendsstatus.com

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

🤝 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.