Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruppysuppy/the-weatherman-project
🌞☁️ Get Local and International weather forecasts from the most accurate Weather Forecasting Technology featuring up to the minute Weather Reports.
https://github.com/ruppysuppy/the-weatherman-project
css django google-places-api html javascript open-weather-map-api python
Last synced: 2 months ago
JSON representation
🌞☁️ Get Local and International weather forecasts from the most accurate Weather Forecasting Technology featuring up to the minute Weather Reports.
- Host: GitHub
- URL: https://github.com/ruppysuppy/the-weatherman-project
- Owner: ruppysuppy
- License: mit
- Created: 2020-04-23T10:57:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T17:58:34.000Z (4 months ago)
- Last Synced: 2024-10-31T17:51:51.958Z (2 months ago)
- Topics: css, django, google-places-api, html, javascript, open-weather-map-api, python
- Language: CSS
- Homepage: https://the-weather-man-project.herokuapp.com/
- Size: 1.33 MB
- Stars: 28
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)