Skip to main content

A Python Flask API to fetch weather data

Project description

Open Weather Flask

Open Weather Flask is a Python-based application that retrieves and displays real-time weather information for specified locations. It provides an API that fetches current weather data using the OpenWeatherMap API.

Features

  • Fetches real-time weather data for any specified location.
  • Provides a RESTful API for programmatic access to weather information.

Requirements

  • Python 3.6 or higher
  • OpenWeatherMap API key

Installation

  1. Clone the Repository:

    git clone https://github.com/testinapps/open-weather-flask.git
    cd open-weather-flask
    
  2. Set Up a Virtual Environment (optional but recommended):

    python -m venv venv
    # Activate the virtual environment:
    source venv/bin/activate
    
  3. Install Dependencies:

    pip install .
    
  4. Configure the API Key:

    • Obtain a free API key from OpenWeatherMap.
    • Set the OPENWEATHER_API_KEY environment variable with your API key:
      export OPENWEATHER_API_KEY=your_api_key_here
      

Usage

  1. Run the Application:

    python -m weather_fetcher
    
  2. Access the API:

    • Use tools like curl or Postman to interact with the API.
    • Example:
      curl "http://127.0.0.1:5000/weather?location=New York"
      
    • The API will return JSON with current weather data for the specified location.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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

open_weather_flask-0.1.2.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

open_weather_flask-0.1.2-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file open_weather_flask-0.1.2.tar.gz.

File metadata

  • Download URL: open_weather_flask-0.1.2.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.15

File hashes

Hashes for open_weather_flask-0.1.2.tar.gz
Algorithm Hash digest
SHA256 3da6b2ace2defc0c39763068c862e0728b3d28c60b7705567edf6ee2d51811d3
MD5 cbc3f2486ea62ca22bc8946284bf54fd
BLAKE2b-256 d3a2a2bea2d09ce3a08c8aa52954ee4b6145bed842d3f1043c713c08e8fdbee1

See more details on using hashes here.

File details

Details for the file open_weather_flask-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for open_weather_flask-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6d2b6cafeb95302acb6548cf2df6de2b2041781fb655427969b96e58691b38c0
MD5 24c0fddd2ae4f1b30d7d6e5f66672ac9
BLAKE2b-256 5988bbd7d428dfd59d316bf607c3041152e63bca53c53c4c23727e785a863239

See more details on using hashes here.

Supported by

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