Skip to content

wanderer-moe/discord-lookup

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%