Skip to content

A small javascript project to fetch the latest weather report of my current location.

License

Notifications You must be signed in to change notification settings

tashfiqul-islam/profile-weather-view

Repository files navigation

🌦️ Profile Weather View

Automatically update your GitHub profile with the latest weather!
Using JavaScript and OpenWeather API, this project fetches your current location's weather report and updates your GitHub profile via workflows.

Readme Weather Update

🚀 Quick Start

Set up the weather view on your GitHub profile in a few simple steps.

  1. Clone the repository: git clone https://github.com/tashfiqul-islam/profile-weather-view.git
  2. Navigate to the project: cd profile-weather-view
  3. Install dependencies: npm install
  4. Set up environment variables: Create a .env file and add your OpenWeather API key as OPENWEATHER_API_KEY.
  5. Run the application: node src/index.js to fetch weather data.
  6. Update your README: Use node src/updateReadme.js to update your GitHub profile README with the latest weather information.

Note: Ensure your GitHub workflow is correctly set up to automate the process.


💻 Tech Stack

Node.js JavaScript Axios


🌟 Features

  • Real-time Weather Updates
  • Seamless GitHub Integration

🤝 Contributing

Want to contribute? Great! Here's how you can help:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m "Add some feature").
  4. Push to the branch (git push origin feature-name).
  5. Open a Pull Request.

📜 License

Licensed under the MIT License.
Feel free to use and modify as you like.


This project was a learning journey, crafted with ❤️ by Tashfiq.
A stepping stone in my ongoing quest to become a Programming Ninja!

🌟 Follow me on GitHub — I promise, my future projects will only have slightly fewer bugs! 🐛

About

A small javascript project to fetch the latest weather report of my current location.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published