Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 2.35 KB

README.md

File metadata and controls

72 lines (48 loc) · 2.35 KB

Weather-app in Vanilla Javascript

This project is built by Vanilla Javascript, html and css.Create a weather forecast site using the weather API from the previous lesson. You should be able to search for a specific location and toggle displaying the data in Fahrenheit or Celsius.

Built With

  • Vanilla JavaScript
  • CSS & HTML
  • OpenWeather API

Live Demo link.

Live Demo

Getting Started

  • Clone the repo https://github.com/IjayAbby/Weather-app
  • cd into Weather-app
  • Run git pull origin development
  • On the terminal run:
    • npm install to get a copy of the packages in your local environment
    • npm run build to run webpack that will intergrate all changes made
  • Open the app in your local host server while on the Weather-app directory in index.html file.

Screenshot

Screenshot 2021-06-06 at 16-14-54 Weather App

Author

👤 Ijay Abby

🤝 Contributing

Contributions, issues and feature requests are always welcome!

I love meeting other developers, especially ones that give me advice on how to improve my work.

Feel free to check the issues page.

How to Contribute

To get a local copy up and running follow these simple example steps.

- Fork the repository
- git clone https://github.com/your_username/Weather-app
- git checkout development
- git checkout -b branch name
- git remote add upstream https://github.com/IjayAbby/Weather-app
- git pull upstream development
- git commit -m "commit message"
- git push -u origin HEAD

Show your support

Finally, if you've read this far, don't forget to give this repo a ⭐️. They're free . . . I think.

Acknowledgments

📝 License

This project is MIT licensed.