Combine and present information from different weather websites in one place and be able to view and compare them.
- Collect information from different weather websites.
- A simple interface to use the program.
- Adding a new resource, feature will not change the implementation of the main functionality.
- Possibility of further development of the program.
RESOURCES: AccuWeather, Rp5, Sinoptik
Download the repository to your machine and use the following command
to locally install the package:
$ pip install .
- Run the weather application for all providers:
$ wfapp - Get a list of all providers:
$ wfapp providers - Get weather information from a specific provider:
$ wfapp [provider id] - Update cache:
$ wfapp --refresh
or
$ wfapp [provider id] --refresh - Clear cache:
$ wfapp clear-cache - Save the weather information to the file:
$ wfapp save-to-csv [provider id] - Customize your location to get weather information:
$ wfapp config [provider id] - To see the full traceback in the case of error, use --debug command:
$ wfapp --debug
$ wfapp config [provider id] --debug