Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`