Best Flask open-source libraries and packages

Weather metaweather

Project untuk belajar API menggunakan Flask Framework
Updated 2 years ago

Weather-metaweather

An easy to use and deploy web app built using Flask
Wanna try this app? visit: demo

Features

  • Simple web application, easy to use and very easy to deploy locally
  • Written in simple pyton.

Requirements

Execute the following command to install the require third party libraries

pip install -r requirements.txt

Usage

  • Clone this repository

    git clone https://github.com/superiorkid/WeatherForecast_metaweatherAPI.git
    
  • create a virtual enviroment for the project and activate it

    python -m venv venv
    source venv/bin/activate
    
  • install the dependencies by simply executing

    pip install -r requirements.txt
    
  • run this command to start the app:

    flask run
    
  • visit 127.0.0.1:5000 on your web browser

Result

Built with by me

Tags html python