Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balerum03/weatherappjs
When typing in the search bar the name of a city, you'll get the weather info displayed for that city. The data is coming from an API using Async JS.
https://github.com/balerum03/weatherappjs
api async js json json-api weather
Last synced: about 19 hours ago
JSON representation
When typing in the search bar the name of a city, you'll get the weather info displayed for that city. The data is coming from an API using Async JS.
- Host: GitHub
- URL: https://github.com/balerum03/weatherappjs
- Owner: balerum03
- Created: 2021-02-08T00:19:57.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2021-02-15T19:28:46.000Z (almost 4 years ago)
- Last Synced: 2023-06-15T09:01:09.136Z (over 1 year ago)
- Topics: api, async, js, json, json-api, weather
- Language: JavaScript
- Homepage:
- Size: 350 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Weather App Built Using JS
This app will give you the weather in a specific city that you can type into the search bar.
I built it using Async JS and I'm getting the data using the OpenWeatherMap API.![](ScreenShot.png)
## Built With
- HTML5 & CSS3
- JavaScript
- Webpack## Live Demo
[Live Demo Link](https://adanfernandez.me/weatherAppJS/)
## To get a local copy up and running follow these simple example steps.
- Go to the main page of the repo.
- Press the "Code" button and get the repo link.
- Then run `git clone https://github.com/balerum03/weatherAppJS.git` in your console to download the project## Authors
👤 **Adan Fernandez Bonilla**
- GitHub: [balerum03](https://github.com/balerum03)
- LinkedIn: [Adan Fernandez Bonilla](https://www.linkedin.com/in/adan-fernandez-bonilla/)
- Twitter: [@balerum03](https://twitter.com/balerum03)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Odin project.
- Stackoverflow.## 📝 License
This project is [MIT](LICENSE) licensed.