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.
- Host: GitHub
- URL: https://github.com/kshithijiyer/weatherapp
- Owner: kshithijiyer
- License: apache-2.0
- Created: 2018-07-05T16:33:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T17:17:56.000Z (over 7 years ago)
- Last Synced: 2023-09-28T23:12:40.336Z (over 2 years ago)
- Topics: bootstrap4, django, html5, interview-test, python3, weather-api, weather-forecast, yahoo-weather-api
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.