/Kloudy

Web application that uses browser location API to gather weather information

Primary LanguagePython

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