Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T00:21:32.000Z (8 months ago)
- Last Synced: 2024-04-17T06:47:02.210Z (8 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`