Skip to content

madhavan347/weatherman

Repository files navigation

WeatherMan

This is a simple weather dashboard built using React and powered by WeatherApi and OpenWeatherMap.

WeatherMan Home page

Getting started with the project

  • Clone the repository.
  • Run npm install to install the necessary dependencies.
  • create a .env file and add the API keys.
VITE_OWM_API=<OpenWeatherMap_API_KEY>
VITE_WA_API=<WeatherApi_API_KEY>
  • Run npm run dev to start the development server.

Contribution Guidelines

Love to have your contribution aboard, please follow the following guidelines to contribute:

  • Fork the repository.
  • Create a new branch for your changes.
  • Make your changes and commit them.
  • Open a pull request to the master branch.
  • Add a detailed description about the changes.

License

The project is under MIT License.

Acknowledgements

Built with

React Bootstrap vercel