Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tresor11/weather-app
A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.
https://github.com/tresor11/weather-app
javascript tresor11 weather-api
Last synced: 6 days ago
JSON representation
A weather app that pulls from the OpenWeatherMap API to allow users to search for and view the forecast in cities worldwide. Built with JavaScript.
- Host: GitHub
- URL: https://github.com/tresor11/weather-app
- Owner: Tresor11
- Created: 2020-03-26T11:27:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T14:34:17.000Z (3 months ago)
- Last Synced: 2024-12-14T05:12:33.444Z (20 days ago)
- Topics: javascript, tresor11, weather-api
- Language: JavaScript
- Homepage: https://rawcdn.githack.com/Tresor11/weather-app/4f9168043619b255732e9fe95c99197d22b5ddfe/dist/index.html
- Size: 11.5 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather forecast app
> This repo contains an implementation of a weather forecast app using the OpenWeather API.
![screenshot](./shoot.png)## Built With
- JavaScript
- HTML
- CSS
- Boostrap
- Webpack
- Open Weather APi## Live Demo
[Live Demo Link](https://rawcdn.githack.com/Tresor11/weather-app/4f9168043619b255732e9fe95c99197d22b5ddfe/dist/index.html)
## Getting Started
### Prerequisites
make sure you have node and npm istalled on you local computer.
### clone the repo by typing
```git clone https://github.com/Tresor11/weather-app.git```
### Install
run
```npm install```
to get the dependencies.```npm run build```
to get your main.js file updated.```cd dist```
to get the html file.open your local server and you should be good to go.
## Author
👤 **tresor**
- Github: [@Tresor11](https://github.com/Tresor11)
- Twitter: [@Tbireke](https://twitter.com/Tbireke)## 🤝 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!
## 📝 License
This project is [MIT](lic.url) licensed.