nz-weather

For a live build, visit – https://brandonru.pythonanywhere.com/
NZ Openweather API data rendered using Django3 and requests ☀️

Local Run Instructions

First, clone into the git repository git clone https://github.com/brandiny/nz-weather and setup the virtual environment.

Windows py -m venv env && env\Scripts\activate && py -m pip install -r requirements.txt
Linux python3 -m venv env && source env/bin/activate && pip3 install -r requirements.txt

With Python3 installed, cd into the src/weatherchallenge directory and run these commands

Windows & Linux python3 manage.py runserver

The website will be hosted locally at http://127.0.0.1:8000/

GitHub

View Github