Final devlog + demo ✨
Finished working on botty!
How it works:
- you run ‘/botty-convert {amount} {base} to {target}’
- you can enter a decimal amount
- currency codes aren’t case-sensitive
- works with A LOT of different currencies
Technical parts:
- I used a regex to separate between values more dynamically
- I Learnt the difference between the built-in fetch & axios.get()
The hardest part was the error handling & creating intuitive error messages that depend on the error type.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.