https://github.com/elijahscriptdev/weather_app
A weather forecast site using the weather API where users able to search for a specific location and toggle displaying the data in Fahrenheit or Celsius.
https://github.com/elijahscriptdev/weather_app
Last synced: 9 months ago
JSON representation
A weather forecast site using the weather API where users able to search for a specific location and toggle displaying the data in Fahrenheit or Celsius.
- Host: GitHub
- URL: https://github.com/elijahscriptdev/weather_app
- Owner: Elijahscriptdev
- Created: 2020-07-10T19:23:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:11:24.000Z (over 3 years ago)
- Last Synced: 2025-01-03T16:16:12.195Z (over 1 year ago)
- Language: JavaScript
- Size: 3.56 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
This is part of Javascript section in Microverse's Technical curriculum. Find it [here](https://www.theodinproject.com/courses/javascript/lessons/weather-app).
A weather forecast site using the weather API where users able to search for a specific location and toggle displaying the data in Fahrenheit or Celsius.
---
## Screenshots
### Homepage

## Built With
- HTML5
- CSS3
- Font Awesome
- Google Fonts
- Javascript(ES6)
- Webpack
- W3 Validators
- Fetch API
- async/await
- npm
- OpenweatherApp API
## Live Demo
[Live Demo Link](https://currentweathernow.netlify.app/)
---
## Prerequisites
- Webpack v4.43.0
- npm
- node
## Functionalities
- Search your city
- View waether results
- Toggle between Celsius and Fahrenheit
### Getting Started
To get a local copy up and running follow these simple example steps.
- Clone the project unto your local machine
- `cd` into the project directory
- open index.html
### 🤝 Contributing
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
- `cd` into the project directory
- Run `git checkout -b your-branch-name`
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
---
## Author
👤 **Elijah Obominuru**
[Github](https://github.com/Elijahscriptdev) | [Twitter](https://twitter.com/ElijahObominuru) | [LinkedIn](https://www.linkedin.com/in/elijah-obominuru-0b730b143/)
- Email: elijahobominuru@gmail.com
---
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://microverse.org)
---
## Future Features
- A better mobile friendly experience
- Cleaner log in / sign up pages
---
## 📝 License
This project is [MIT](lic.url) licensed.
---