feat: Add weather command using weather.com API #10

Merged
DaviisDev merged 3 commits from patch-1 into main 2024-09-08 21:30:56 +00:00

3 commits

Author SHA1 Message Date
DaviDev
d87303d9f5
Merge branch 'main' into patch-1 2024-09-08 18:22:25 -03:00
DaviDev
bcbc6a07f3 feat: Add weather command using weather.com API
This commit introduces a new command that allows users to check the weather forecast. The command retrieves weather data from the weather.com API and provides relevant information to users.

# Command:
/weather <city>

Example usage:
/weather New York

Technical details: Implementation of the weather command using the weather.com API in English.
2024-09-08 21:17:15 +00:00
DaviDev
b6aa69edd2
Update gsmarena.js 2024-09-08 11:27:19 -03:00