1.0.18 ā€¢ Published 2 years ago

@cheem/apexlegends v1.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

šŸ¤ 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.


1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago