https://github.com/koladev32/masonite-weather-app-tutorial
A simple web app that retrive weather data from https://openweathermap.org/ and display it.
https://github.com/koladev32/masonite-weather-app-tutorial
masonite masonite-framework masonite-weather python retrive-weather-data tutorial weather
Last synced: 10 months ago
JSON representation
A simple web app that retrive weather data from https://openweathermap.org/ and display it.
- Host: GitHub
- URL: https://github.com/koladev32/masonite-weather-app-tutorial
- Owner: koladev32
- License: mit
- Created: 2019-12-08T15:44:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T00:21:32.000Z (about 2 years ago)
- Last Synced: 2025-06-25T01:49:12.046Z (11 months ago)
- Topics: masonite, masonite-framework, masonite-weather, python, retrive-weather-data, tutorial, weather
- Language: Python
- Size: 3.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Masonite-Weather-App-tutorial
A simple web app that retrive weather data from https://openweathermap.org/ and display it.
# Setup
First install,
`virtualenv env`
`pip install masonite-cli`
Go in Weather_app/ to install the project dependencies :
`craft install`
Installation completed, run migration and launch the server
`craft migrate`
`craft serve`