JeanBarry / Kloudy

Web application that uses browser location API to gather weather information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kloudy

Kloudy is a Python Flask application designed to provide you with temperature and weather information for your area.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/kloudy.git
    cd kloudy
  2. Install dependencies in a virtual environment:

    make install

    This command installs the required packages and generates a .env file for configuration.

  3. Review the '.env' file and update the values as needed.

  4. Start the server:

    make start

    This command starts the server on port 80 by default.

  5. Open a browser and navigate to http://localhost:80

About

Web application that uses browser location API to gather weather information


Languages

Language:Python 51.1%Language:JavaScript 20.2%Language:CSS 12.9%Language:HTML 10.5%Language:Makefile 5.2%