An open API service indexing awesome lists of open source software.

https://github.com/pixelthreader/weather-app-django


https://github.com/pixelthreader/weather-app-django

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

- [Weather App](#weather-app)
- [Table of Contents](#table-of-contents)
- [Creator](#creator)
- [Introduction](#introduction)
- [Features](#features)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [Terms](#terms)

## Creator

**Name:** Piyush Rana
**Age:** 20

I'm a passionate web developer with a keen interest in modern web technologies. With a dedication to learning and exploring new concepts in web development.

---

## 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:

```bash
git clone https://github.com/piyush20B/weather-app-django.git
```

2. Navigate to the project directory:

```bash
cd weather-app
```

3. Install dependencies:

```bash
pip install -r requirements.txt
```

## Usage

To run Weather App locally, use the following command:

```bash
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.

## Terms

By using the Weather App application, you agree to the following terms:

1. **Non-Commercial Use**: This application is intended for non-commercial purposes only. Commercial usage may require consideration of Open-Metro API's pricing for commercial use.