Skip to content

Implement final version of Weather App#16

Open
Ki0taka wants to merge 1 commit into
MicroClub-USTHB:webfrom
Ki0taka:challenge/Ki0taka/Weather-API-CLI-APP
Open

Implement final version of Weather App#16
Ki0taka wants to merge 1 commit into
MicroClub-USTHB:webfrom
Ki0taka:challenge/Ki0taka/Weather-API-CLI-APP

Conversation

@Ki0taka

@Ki0taka Ki0taka commented Feb 27, 2026

Copy link
Copy Markdown

🌦 Backend Challenge #1 – Weather API CLI App

Implementation of the Weather CLI:

  • Added index.js with async/await-based logic to fetch weather data from the OpenWeatherMap API, handle errors, and display formatted output for city, temperature, weather condition, humidity, and wind speed.

Environment and dependency setup:

  • Added .env and node_modules/ to .gitignore to prevent sensitive information and dependencies from being committed.
  • Created package.json specifying project metadata, dependencies (dotenv, node-fetch), and script for running the CLI.
  • Added package-lock.json to lock dependency versions for reproducibility.

Documentation:

  • Added a comprehensive README.md describing features, usage instructions, error handling scenarios, project structure, and dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant