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

https://github.com/kshithijiyer/weatherapp

This is a small Django Application which I wrote for an job interview. It fetches weather from yahoo XML RSS feed and displays it on a webpage.
https://github.com/kshithijiyer/weatherapp

bootstrap4 django html5 interview-test python3 weather-api weather-forecast yahoo-weather-api

Last synced: 9 months ago
JSON representation

This is a small Django Application which I wrote for an job interview. It fetches weather from yahoo XML RSS feed and displays it on a webpage.

Awesome Lists containing this project

README

          

# WeatherApp
This is a small Django Application which I wrote for an job interview. It fetches weather from yahoo XML RSS feed and displays it on a webpage.

## Prerequisites
1. Python 3.x
2. Django 2.x

## Installation and Execution
1. Download the project files from github.
```
git clone https://github.com/kshithijiyer/WeatherApp.git
```
2. Installing Python Weather API.
```
pip install weather-api
```
3. Change directory to the project directory
```
cd WeatherApp
```
4. Now start the django server.
```
python manage.py runserver
```
5. Open the link ```http://127.0.0.1:8000/Weather/``` on your web-browser to use the Application.

## Usage
* Type the city name and click on the Search Button.

## Built with
1. [Python IDLE](https://www.python.org/downloads/)
2. [Django](https://www.djangoproject.com/download/)

## Author
[Kshithij Iyer](https://www.linkedin.com/in/kshithij-iyer/)

## Licence
The project is released under apache 2.0 licence.