This console application allows you to check the weather of a location using the OpenWeather and Mapbox APIs. It is written in JavaScript and provides a simple and interactive way to get weather information for any place.
To get started with the Weather Console App, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/ErickGBR/weather-console-app.git
-
Navigate to the project directory:
cd weather-console-app
-
Install the project dependencies using npm:
npm install
Once you've installed the dependencies, you can run the Weather Console App with the following command:
npm index.js
This will launch the application, and you'll be prompted to enter the name of a location to get its weather information. Additionally, the app keeps a history of your searches so you can quickly access previous weather data.
-
Weather Information: Get current weather details, including temperature, humidity, and weather conditions, for any location.
-
Interactive Search: The app provides an interactive interface to search for places by name.
-
Search History: View a history of your recent searches, making it easy to retrieve weather information for previously searched locations.
-
OpenWeather: Used to fetch weather data for the specified location.
-
Mapbox: Used for geocoding to convert location names to coordinates.
If you would like to contribute to this project, please follow these guidelines:
-
Fork the repository.
-
Create a branch for your contribution.
-
Make your changes and ensure that they work correctly.
-
Submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you for using the Weather Console App! If you have any questions or suggestions, please feel free to contact us.
Author: Erick Burgos Email: erickburgos1519@gmail.com