weather-app

Weather app created using plain JS

MIT License

Stars
6

A vanilla JS web app using geolocation and weather data APIs

Demo

Design : Matt Wojtas

Weather app created using vanilla JS, connects to Open-weather and Ipfind APIs, and dynamically renders weather data -in Metric and Imperial units- for clients city or other cities chosen with the search form. The search form uses a modified list from OpenWeather to suggest and validate the user's input.

Install

git clone [email protected]:Nazeh/weather-app.git
cd weather-app
npm install
npm run build

Usage

npm start

Go to http://127.0.0.1:8080

Author

👤 Ar Nazeh

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Ar Nazeh. This project is MIT licensed.


Related Projects