Skip to content

A weather app that uses OpenWeatherAPI to get the weather forecast and Google Places API to get a list of the cities.

License

Notifications You must be signed in to change notification settings

kalavhan/weather-app-js

Repository files navigation

webpack version npm version issues


Weather App

Web application to get the weather of any city around the world. Built with Javascript.
Explore the docs »

· Live version · Report Bug

Screenshot_2020-05-25 Weather app

Table of Contents

About The Project

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.

Features

  • Search city by name
  • Get the climatoligcal properties of the selected city

Built With

  • Javascript(ES6)
  • Webpack
  • NodeJs
  • CSS

Live Demo

Live link

Installation

Prerequisites

  • Webpack > v4.43.0
  • npm

Setup

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

Usage

$ npm start

This will open the app at 127.0.0.1:9000. If it doesn't open, visit http://localhost:9000

Contact

👤 Josue Brigido

Github | Twitter | LinkedIn

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

📝 License

This project is licensed under MIT license - see LICENSE for more details.

About

A weather app that uses OpenWeatherAPI to get the weather forecast and Google Places API to get a list of the cities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages