Web application to get the weather of any city around the world. Built with Javascript.
Explore the docs »
·
Live version
·
Report Bug
Weather app that implements Google Places API to get the name of the cities and OpenWeather API to get the climatological properties of the selected city.
- Search city by name
- Get the climatoligcal properties of the selected city
- Javascript(ES6)
- Webpack
- NodeJs
- CSS
- Webpack > v4.43.0
- npm
Use the git to clone the project to your local machine.
$ git clone https://github.com/kalavhan/weather-app-js.git
Navigate to the extracted folder
cd weather-app-js
Install the dependencies and modules
$ npm install
$ npm start
This will open the app at 127.0.0.1:9000. If it doesn't open, visit http://localhost:9000
👤 Josue Brigido
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is licensed under MIT license - see LICENSE for more details.