mah-shamim /
simple-weather-app
A weather application that fetches and displays weather information from an API using PHP, jQuery, AJAX, Bootstrap, CSS, and MySQL.
44/100 healthLoading repository data…
treytuscai / repository
A simple weather forecasting web app built with Flask, utilizing the OpenWeatherMap API to provide real-time weather updates for cities worldwide.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to WeatherApp, a sleek and simple weather forecasting web application powered by the OpenWeatherMap API! Get up-to-date weather information for any city in the world with a user-friendly interface.
Clone the Repository:
git clone https://github.com/treytuscai/weatherapp.git
cd weatherapp
Set up a Virtual Environment (Optional but recommended):
python3 -m venv venv
source venv/bin/activate # For macOS/Linux
venv\Scripts\activate # For Windows
Install Dependencies:
pip install -r requirements.txt
Set Up the OpenWeatherMap API Key:
Go to OpenWeatherMap and create an account.
Get your API Key and add it to a .env file:
API_KEY=your_api_key_here
Run the Application:
flask run
Access the Web Application:
Visit http://127.0.0.1:5000 in your browser to start using the app locally!
Check out the live version of WeatherApp hosted on Heroku:
The project includes unit and functional tests to ensure that everything works smoothly. You can run the tests with:
pytest
This project is licensed under the MIT License - see the LICENSE file for details.
Selected from shared topics, language and repository description—not editorial ratings.
mah-shamim /
A weather application that fetches and displays weather information from an API using PHP, jQuery, AJAX, Bootstrap, CSS, and MySQL.
44/100 healthsuyXcode /
This is a simple Weather App that fetches real-time weather data using an API and displays it in a user-friendly interface. The app takes the user's input (city name) and shows essential weather details such as temperature, humidity, wind speed, and weather conditions.
50/100 healthplatevoltage /
A simple, yet easy on the eye weather app. With the help of the Open Weather Map API it displays current weather conditions as well as the five day weather forcast. Moment.js is incorperated for time and date functions. Local Storage is used to store recent searches and to refresh your last search each time the app is launched. Lastly, this app utilizes Bootstrap Icons for weather condition graphics.
42/100 healthSanchitGautam /
A simple weather Forecasting website made using HTML, CSS, JS and Bootstrap.
32/100 healthspecificityy /
A simple weather watcher app built with Node, Express, Jade, Bootstrap, Animate.css and the Wunderground API.
31/100 healthzackz9 /
Simple Weather App using Vanilla Javascript and Accuweather API inspired by ShaunNinja
34/100 health