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.
- Vanilla JavaScript
- CSS & HTML
- OpenWeather API
- 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 environmentnpm 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.
👤 Ijay Abby
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
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.
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
Finally, if you've read this far, don't forget to give this repo a ⭐️. They're free . . . I think.
- Microverse.
- Odin Project for project specifications
This project is MIT licensed.