enelesmai / js-the-weather-app

Uses asynchronous communication with promises or async/await.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

js-the-weather-app

Uses asynchronous communication with promises or async/await.

image

js-the-weather-app is a simple javascript application that consults the Open Weather API and shows yout the information about the weather of the location you query.

Built With

  • Javascript
  • Bootstrap
  • Webpack
  • Webpack modules

Live Demo

Live Demo Link

Getting Started

Get a local copy using git clone

Prerequisites

  • Webpack
  • NPM

Setup

Install NPM

sudo apt update

sudo apt install npm

Install Webpack

To install the latest release run one of the following command:

npm install --save-dev webpack

If you're using webpack v4 or later, you'll also need to install the CLI.

npm install --save-dev webpack-cli

Start the project

Before seeing the project on the navigator you have to build the dependencies using web pack. Just run the following command:

npm run build

Usage

Write the location on the search bar and see the weather from wherever!.

Authors

👤 Xóchitl Selene Flores 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!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

Uses asynchronous communication with promises or async/await.


Languages

Language:JavaScript 70.3%Language:CSS 29.7%