https://github.com/pixelthreader/weather-app-django
https://github.com/pixelthreader/weather-app-django
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelthreader/weather-app-django
- Owner: pixelThreader
- Created: 2024-04-25T19:12:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T21:56:42.000Z (almost 2 years ago)
- Last Synced: 2024-07-25T02:11:42.955Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://weather-app-django-three.vercel.app
- Size: 17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
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.