dromzeh / discord-lookup

Discord Lookup by UserID API created using Cloudflare Workers and Hono.

Home Page:https://discord-lookup.dromzeh.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-lookup

A Discord User Lookup API built with CF Workers & Hono.

API Reference

Get user by ID

  GET /user/{user}
Parameter Type Description
id number Required. User ID

Returns information about a user.

Local Development

To run this project locally, install the dependencies and run the following command:

  pnpm run dev

Local Deployment

Create a CF worker and install wrangler - set your discord token as a secret named DISCORD_TOKEN and run the following command:

  pnpm run deploy

Authors

About

Discord Lookup by UserID API created using Cloudflare Workers and Hono.

https://discord-lookup.dromzeh.dev

License:MIT License


Languages

Language:TypeScript 100.0%