Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
v1.2.0 readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
NTMNathan committed Sep 22, 2021
1 parent 0f88e09 commit 823f4ea
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ npm install weeby-js --save
```

## 🗝 Authentication
`weeby-js` requires an authorization token which can be obtained by joining the [NTM Discord Server](https://weebyapi.xyz/discord), and then running the `/apply` command with the Weeby API bot. To learn more in deep about the application process, please visit the [Weeby API Website](https://weebyapi.xyz/).
`weeby-js` requires an authorization token which can be obtained by doing one of the following methods:
- Joining the [NTM Central Discord Server](https://weebyapi.xyz/discord), and then running the `/apply` command with the Weeby API bot.
- Logging into the [Dashboard](https://weebyapi.xyz/dashboard) and then using the [application form](https://weebyapi.xyz/dashboard/apply) and filling in the required fields.

To learn more in deep about the application process, please visit the [Getting Started](https://weebyapi.xyz/gettingstarted) page.

> Upon being accepted into Weeby API. It is very important to **never** show this token to anybody.
Expand All @@ -30,7 +34,7 @@ const WeebyAPI = require("weeby-js");
const weeby = new WeebyAPI("YOUR_TOKEN");

let gif = await weeby.gif.fetch("pat");
console.log(gif); // -> https://weebyapi.xyz/img/gif/pat/13.gif
console.log(gif); // -> https://cdn.weebyapi.xyz/img/gif/pat/13.gif
```

### Generator:
Expand Down

0 comments on commit 823f4ea

Please sign in to comment.