Instructions 1. Install dependencies: npm install 2. Add config file Create a new file at src/config.ts, copying the contents of src/config.example.ts into it. Add your OpenWeather API Key to the OpenWeatherAPIKey property. 3. Run app: npm start