A simple console game where you try to guess the current temperature of a city.
- Clone the repository.
- Move to the project root and run
npm install. - Create a .env file at the project root and set WEATHER_API_KEY to your www.weatherapi.com API key.
- Run
npm startto start the game.