This is a simple translator WhatsApp bot built with CloudFlare Workers and TypeScript.
Check out the translator bot worker to see what it can do and how it does it 😃.
- nvm - Node Version Manager.
- Basic Unix commands are in place: zip,
rm. - A CloudFlare account
- pnpm(Performant Node Package Manager) - pnpm is used to manage dependencies of all the repository projects using its workspaces feature.
Please make sure that prerequisites are met and then run:
> nvm install
Now using node v22.16.0 (npm v10.9.2)
> npm install -g pnpm
added 1 package in 2s