Skip to main content

A openweathermap command line program in Python.

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openweathermap-cli-1.1.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

openweathermap_cli-1.1.1-py2.py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page