fortnite-replay-info
Version:
Official Replay Info API JS Wrapper
53 lines (39 loc) • 1.51 kB
Markdown
Official Replay Info API JS Wrapper
This is a wrapper for the official [Replay Info API](https://fortnite-replay.info/) which allows you to get information about fortnite replays and their stats.
```bash
npm install fortnite-replay-info
```
```javascript
const replayInfo = require('fortnite-replay-info');
const client = new replayInfo.Client("Your API Key (PUT RANDOM STRING, not used yet)");
client.getLifetimeCosmetics().then(console.log);
```
The api routes can be found on [our Discord Server](https://discord.gg/MnvPjqYB5Z).
This project is licensed under the MIT license.
This project is open source and is hosted on [GitHub](https://github.com/Fortnite-Replay-Info/jswrapper)
You can contact us on Discord if you want to work on features or push a pull request.
The project is lead by Xnocken and is also developped by Artlfmj and pxladin
Version 1.4.0
Adds support for https://cosm-gen.fortnite-replay.info
Version 1.3.0
- Adds all Routes for https://funding.fortnite-replay.info/
Version 1.2.0
- Changed Cosmetic methods to 3 methods
- Added new methods for getting the lifetime cosmetics
- Added typings
- Added Safezones
Version 1.1.0
- Added support for Player Endpoints
Version 1.0.0
- Initial release
If you find any bugs, please report them on [our Discord Server](https://discord.gg/MnvPjqYB5Z).