In this project,a weather forecast site was created using the weather API from this open weather map site. A user is able to search for a specific location's weather information and toggle displaying the data in Fahrenheit or Celsius.
- HTML
- JavaScript
- CSS
- Bootstrap
To get a local copy of the repository please run the following commands on your terminal:
$ git clone https://github.com/Georjane/my_weather_app.git
$ cd my_weather_app
$ npm run watch
- Github: @Georjane
- Twitter: @WittyJany
- LinkedIn: Witah Georjane
There are two ways of contributing to this project:
- If you see something wrong or not working, please open the issue in issue section
- If you see something to improve or to correct, and you have a solution to that, follow the below steps to contribute:
- Fork this repository
- Clone it on your local computer by running
git clone https://github.com/Georjane/my_weather_app.git
Replace your username with the username you use on github - Open the cloned repository which appears as a folder on your local computer with your favorite code editor
- Create a separate branch off the master branch,
- Write your codes which fix the issue you found
- Commit and push the branch you created
- Open a pull request, comparing your new created branch with our original master branch here
Give a ⭐️ if you like this project!