GitXplorerGitXplorer
r

The-WeatherMan-Project

public
29 stars
12 forks
1 issues

Commits

List of commits on branch master.
Verified
c1ad369addade769e08fa670a6072d702a5c943d

Merge pull request #8 from ruppysuppy/dependabot/pip/django-3.1.13

rruppysuppy committed 3 years ago
Verified
9e319c4cc6e10f8b4bed0177ab77982f7a80c0ea

Bump django from 3.1.12 to 3.1.13

ddependabot[bot] committed 3 years ago
Verified
8794ea97bd2ce00aabb0d18964f57842f93319aa

Merge pull request #7 from ruppysuppy/dependabot/pip/django-3.1.12

rruppysuppy committed 4 years ago
Verified
217f068841142c8e415b65bf15a36017d506304a

Bump django from 3.1.9 to 3.1.12

ddependabot[bot] committed 4 years ago
Verified
dd601d888d5e40a8b5942104a4fd3dc57bbba41b

Merge pull request #5 from ruppysuppy/dependabot/pip/django-3.1.9

rruppysuppy committed 4 years ago
Verified
1044c172a98047b9dd3f39101e2d4578c83de8cf

Bump django from 3.1.8 to 3.1.9

ddependabot[bot] committed 4 years ago

README

The README file for this repository.

THE WEATHER MAN PROJECT

This is a simple Django project which displays the weather details (current + forecast + previous) of any location in the world.

Resources Used

  • Google Places JavaScript API: For the place name auto-completion
  • Open Weather Maps API: For getting the weather details
  • Chart.js: For plotting the charts of previous data
  • AOS: For Animation on Scroll effect

How To Use

Follow the steps to start the local server on your machine:

  • Enter Your Google API Key (./templates/core/home.html) and Open Weather Maps API KEY (./weather_details/views.py). You receive the key after you make an account in the Google Cloud Platform (and Activate Google Places JavaScript API) and Open Weather Maps
  • Download and install Python 3.x
  • Navigate to the repository folder
  • Open the Terminal/CMD/PowerShell at the location (Shift + Right Click => Run Command Prompt/PowerShell for Windows or Right Click => Run Terminal for Linux based system)
  • Run the Command 'pip install -r requirements.txt' (to download and install the dependencies)
  • Run the Command 'python manage.py runserver'
  • Run the website (Navigate to '127.0.0.1:8000' on a web-browser)