# Porch Step onto the `porch` and see the weather! ## Usage First, place your OpenWeatherMap API key in `~/.config/porch/key.txt`. You can get one for free [here](https://openweathermap.org/). If you wish, you can place your home city in `~/.config/porch/defaultCity.txt`. To get weather for your default city (if set), run: ```sh porch ``` To get weather for any city, run: ```sh porch ``` For example: ```sh porch New York ``` `porch` can handle spaces in city names.