This is a little Go program I built to learn more about Go's syntax.
It grabs current weather information from the https://openweathermap.org/ API and updates your Twitter display name with a little emoji representation of the current weather 🌦.
It's more of a proof of concept at this point, but it works well.
How to run:
- Sign up for a free account at https://openweathermap.org/ and get an AppID
- Create a Twitter app and grab your authentication info. This might take a while since Twitter apps require review(😬)
- Update the
.env
file with these credentials
To run:
go run main.go