https://github.com/infinity-development/nightwolf
API Server for handling the Infinity Bot List Widgets
https://github.com/infinity-development/nightwolf
api-rest express widgets
Last synced: about 1 year ago
JSON representation
API Server for handling the Infinity Bot List Widgets
- Host: GitHub
- URL: https://github.com/infinity-development/nightwolf
- Owner: Infinity-Development
- Archived: true
- Created: 2022-12-25T07:13:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T17:46:38.000Z (over 3 years ago)
- Last Synced: 2025-02-17T11:31:50.574Z (over 1 year ago)
- Topics: api-rest, express, widgets
- Language: JavaScript
- Homepage: https://widgets.infinitybots.gg
- Size: 1.98 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nightwolf
API Server for handling the Infinity Bot List Widgets
---
## Endpoints
- `/bot/:botID`
> example: `/bot/187636089073172481`
---
## Available Query's
| Query | Description | Example |
|----------|:------------------------:|--------------------------------------------------------------:|
| size | The size of the widget | widgets.infinitybots.gg/bot/187636089073172481?size=large |
| theme | The widget background | widgets.infinitybots.gg/bot/187636089073172481?theme=light |
| accent | The widget accent color | widgets.infinitybots.gg/bot/187636089073172481?accent=violet |
### Available Query Params
| Param | Description | Options |
|----------|:------------------------:|----------------------------------------------------:|
| size | The size of the widget | small, large |
| theme | The widget background | dark, light |
| accent | The widget accent color | violet, blue, rose, emerald, amber, summer |
> NOTE: We have a default widget available by providing no query
> NOTE: All query params are optional (example: you can use theme without any other query's)
---
## Examples
- `https://widgets.infinitybots.gg/bot/187636089073172481?size=large`
- `https://widgets.infinitybots.gg/bot/187636089073172481?size=large&theme=light`
- `https://widgets.infinitybots.gg/bot/187636089073172481?size=large&theme=light&accent=violet`