Skip to content

Weather App written in JavaScript to search for the forecast of cities using the API of openweather.org

Notifications You must be signed in to change notification settings

abdelp/weather-app

Repository files navigation

Weather App

Weather App written in JavaScript to search for the forecast of cities and have the option of seeing it in Celsius and Fahrenheit.

screenshot

Built With

  • JavaScript
  • Webpack
  • ESLint
  • StyleLint
  • Firebase Hosting

Live Demo

Live Demo Link

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Setup

From the command line/terminal clone the repository:

$ git clone https://github.com/abdelp/weather-app.git

Initialize the firebase hosting service

$ firebase init

Select firestore and hosting features:

features

Select /dist as the public directory:

public

Put your Open Weather Map and Gifphy API keys in ./src/modules/params-provider.js

Usage

To get the forecast of a city, you only need to put the name of the city in the search bar and press enter or click the search button on the right.

search

Deployment

To deploy on your local environment run:

$ firebase serve

To deploy to your firebase production environment:

$ firebase deploy

Author

👤 Abdel Pérez

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Weather App written in JavaScript to search for the forecast of cities using the API of openweather.org

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published