Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dipeshtwis/weather_app
This is a weather application made using javascript. A user can search for any city, and my application will fetch from Open_weather_api and show the current location, temperature, and humidity. A user can also change the temperature from Fahrenheit to celcius and vice-versa.
https://github.com/dipeshtwis/weather_app
async await javascript weather-api
Last synced: 22 days ago
JSON representation
This is a weather application made using javascript. A user can search for any city, and my application will fetch from Open_weather_api and show the current location, temperature, and humidity. A user can also change the temperature from Fahrenheit to celcius and vice-versa.
- Host: GitHub
- URL: https://github.com/dipeshtwis/weather_app
- Owner: Dipeshtwis
- License: mit
- Created: 2020-11-05T15:30:13.000Z (about 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-06T18:26:19.000Z (about 4 years ago)
- Last Synced: 2024-12-07T16:07:19.964Z (26 days ago)
- Topics: async, await, javascript, weather-api
- Language: JavaScript
- Homepage: https://worldweatherinfo.netlify.app/
- Size: 4.3 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather_App
This is a weather application made using javascript. A user can search for any city and my application will fetched from Open_weather_api and give you the current location, temperature, and humidity. The user can also change the temperature from fahrenheit to celcius and vice-versa.
[![View Code](https://img.shields.io/badge/View%20-Code-green)](https://github.com/Dipeshtwis/Weather_App/JS-to-do-list)
[![Github Issues](https://img.shields.io/badge/GitHub-Issues-orange)](https://github.com/Dipeshtwis/Weather_App/issues)
[![GitHub Pull Requests](https://img.shields.io/badge/GitHub-Pull%20Requests-blue)](https://github.com/Dipeshtwis/Weather_App/pulls)## 📝 Contents
Built with |
Screenshot |
Live Demo Link |
Getting started |
Author- JavaScript
- HTML 5 and CSS 3
- Open Weather API![Home-Page](dist/assets/img/Screenshot_1.png)
## Haze Weather
![Haze-Weather](dist/assets/img/Screenshot_2.png)
## Clear Weather
![Clear-Sky](dist/assets/img/Screenshot_3.png)
[Live Demo](https://worldweatherinfo.netlify.app/)
To get a local copy of the repository please run the following commands on your terminal:
```
$ cd
```~~~bash
$ git clone https://github.com/Dipeshtwis/Weather_App.git
$ cd Weather_App~~~
## For Webpack
~~~bash
$ npm run build
$ npm run start
~~~
👤 **Dipesh Kumar**
- Github: [@Dipeshtwis](https://github.com/Dipeshtwis)
- Twitter: [@97deepeshkumar](https://twitter.com/97deepeshkumar)
- Linkedin: [dipeshtwis](https://www.linkedin.com/in/dipeshtwis/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Dipeshtwis/Weather_App/issues).
## 👍 Show your support
Give a ⭐️ if you like this project!
## :clap: Acknowledgements
- Microverse: [@microverse](https://www.microverse.org/)
- [The Odin Project](https://www.theodinproject.com/courses/javascript/lessons/weather-app)
## 📝 License
This project is [MIT](./LICENSE) licensed.