openweathermap-cli

A openweathermap command line program in Python.


Keywords
cli, weather, command-line-app, openweathermap-api, python
License
MIT
Install
pip install openweathermap-cli==1.1.0

Documentation

openweathermap-cli

PyPI version

A command line application for displaying weather details, written in Python.

Getting Started

Prerequisites

Installing

Openweathermap-cli is on PyPi so it can be installed with pip.

$ pip install openweathermap-cli

To upgrade use the -U flag.

$ pip install -U openweathermap-cli

Adding your API key

To begin you will need to add your API key. If you do not have an API key you can get one free from Open Weather Map.

$ weather api YOUR00API00KEY00GOES00HERE

Using openweathermap-cli

Usage:
  weather
  weather week
  weather -h | --help
  weather --version

Get today's weather forecast

$ weather

Get the week's weather forecast

$ weather week

Example

Get today's weather details

$ weather
+-----------------------+------------+
| City of Westminster   |            |
|-----------------------+------------|
| Temperature           | 10.45      |
| Temp Max              | 12.0       |
| Temp Min              | 9.0        |
| Summary               | Rain       |
| Detail                | light rain |
| Sunrise               | 07:05:26   |
| Sunset                | 17:23:52   |
+-----------------------+------------+

Built With

Authors

License

This project is licensed under the MIT License