Rochdy / teachMeSpanish

An app sends me a WhatsApp message every day to teach me a random Spanish word with its meaning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Teach me spanish

An app that sends me WhatsApp messages teaching me a random Spanish word every day with its meaning. A full article explaining this app: https://blog.roshdy.dev/i-wrote-an-aws-lambda-function-to-teach-me-spanish

Used AWS Services

  • EventBridge to manage triggering the lambda function
  • Lambda to build the function that do the logic

Used Tools

  • The serverless framework
  • NodeJS/Typescript
  • paunovic/random-words to generate random spanish word
  • bing-translate-api to translate the word
  • Twilio to send the whatsapp message

To setup

  • This built using serverless framework, so Just npm i then sls deploy, and don't forget to add the api keys & provider infos

About

An app sends me a WhatsApp message every day to teach me a random Spanish word with its meaning.


Languages

Language:TypeScript 100.0%