Skip to content

pixelThreader/weather-app-django

Repository files navigation

Weather App

Project Logo

Weather App is a Django project designed to provide weather information for specified locations. It utilizes the Open-Metro API to fetch weather data. Please note that this is a non-commercial project, and commercial usage may require consideration of Open-Metro API's pricing for commercial use.

Table of Contents

Introduction

Weather App is a Django-based application aimed at providing weather information for specified locations. It relies on the Open-Metro API for fetching weather data. Please be aware that this project is intended for non-commercial purposes.

Features

  • Fetch weather information for specified locations.
  • Utilize Open-Metro API for weather data.
  • Non-commercial use only.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Python installed on your local machine
  • Django framework installed
  • Access to the Open-Metro API for fetching weather data

Installation

To install Weather App, follow these steps:

  1. Clone the repository:

    git clone https://github.com/piyush20B/weather-app-django.git
  2. Navigate to the project directory:

    cd weather-app
  3. Install dependencies:

    pip install -r requirements.txt

Usage

To run Weather App locally, use the following command:

python manage.py runserver

This will start the Django development server, and you can access the application through your web browser.

Contributing

Contributions to Weather App are welcome! If you have any ideas for new features, bug fixes, or improvements, feel free to open an issue or submit a pull request.

About

Django based app for getting real time weather forecasts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors