- 👋 Hi, I’m @Shy2Shanna
- 👀 I’m interested in virtual reality, gaming and development
- 🌱 I’m currently learning web development
- 💞️ I’m looking to collaborate on nothing
- 📫 How to reach me on Discord (find it on my website)
⚪
- French-speaking country
- https://isnt.ovh
- Shy2Shanna
- @Shy2Shanna
- https://www.tiktok.com/@shy2shanna
Pinned Loading
-
A file to use the Discord API (retri...
A file to use the Discord API (retrieve user information via his ID (avatar, name, #, etc. ...)) and a 2-hour cache in a JSON. (Request via a Web Token otherwise response with error) | proof that it works: https://api-status.isnt.ovh 1<?php
23// Retrieve user data from API
4function getDiscordUserData($discordId, $token) {
5$url = "https://discord.com/api/v9/users/{$discordId}";
-
A simple API for NextJS with cached ...
A simple API for NextJS with cached file 1const fs = require('fs');
2const axios = require('axios');
34const CACHE_DIR = './json';
5const CACHE_FILE = 'discord.json';
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.