@yaelouuu/fortnite-api 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -8,6 +8,10 @@ JavaScript/TypeScript SDK for the Fortnite API by Royal Arena.
8
8
  npm install @yaelouuu/fortnite-api
9
9
  ```
10
10
 
11
+ ## API Key
12
+
13
+ Acquire your API Key by creating a Free Account here : https://api-fortnite.com
14
+
11
15
  ## Quick Start
12
16
 
13
17
  ```typescript
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@yaelouuu/fortnite-api",
3
- "version": "1.3.0",
4
- "description": "SDK for Fortnite Tournaments API by Royal Arena - Author : yaelouuu",
3
+ "version": "1.3.1",
4
+ "description": "SDK for Fortnite Tournaments API by Royal Arena - Author : Yael Brinkert",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  "tournaments",
16
16
  "sdk"
17
17
  ],
18
- "author": "Your Name",
18
+ "author": "Yael BRINKERT",
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
21
  "@types/node": "^20.0.0",