kcotrinam / weather-app

Thi is a webapp made to show the temperature in the city you enter through the input. This app uses opweather API in order to get the information.

Home Page:https://kcotrinam.github.io/weather-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaReserva_Restaurant

Thi is a webapp made to show the temperature in the city you enter through the input. This app uses opweather API in order to get the information.

screenshot

πŸ”΄ Live Demo:

Live Demo Link

πŸ”¨ Built with

  • HTML5
  • CSS3
  • SCSS
  • JavaScript
  • Webpack
  • Linters
  • VS code

πŸ‘· Getting Started

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

  1. Go to the repository page.
  2. Press the "Code" button and copy the link.
  3. Clone it using git command git clone <link>.

πŸ‘· How to use?

  1. Get an APIKEY by signing up on Open Weather map
  2. Once you got you APIKEY create a .env file in the project root.
  3. Move to the folder: cd weather-app.
  4. inside .env file create API_KEY = <Your_api_key>.
  5. run npm install.
  6. on your command line run: npm run dev (development) or npm run build (Production).
  7. start server: 7.1 live server can be used to visualize the webapp in live version or 7.2 execute on the command line servor dist index.html 8080 --reload and enter to your browser to localhost:8080.

πŸ‘€ Author

πŸ‘€ Kenvin Cotrina

🀝 βœ‹ βœ‹ Contributions

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

πŸ’ͺ Show your support

Give a ⭐️ if you like this project!

❕ Acknowledgment

πŸ“ License

This project is MIT licensed.

About

Thi is a webapp made to show the temperature in the city you enter through the input. This app uses opweather API in order to get the information.

https://kcotrinam.github.io/weather-app/

License:MIT License


Languages

Language:JavaScript 57.1%Language:SCSS 32.8%Language:HTML 10.1%