Skip to content

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

License

Notifications You must be signed in to change notification settings

dromzeh/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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published