Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 1.38 KB

README.md

File metadata and controls

63 lines (44 loc) · 1.38 KB

Weather app - EasyWeather

EasyWeather is a project in which I use OpenWeather API to display the temp and conditions of the weather of the desired city.

This app is optimized for desktop, mobile isn't a good experience.

screenshot

Live demo

live demo

Built With

  • JavaScript
  • HTML
  • CSS
  • Webpack
  • Package.json
  • OpenWeather API
  • Geocode API

How to start the project from your Local environment

  • Open your terminal and cd where you want to store the project
  • To clone the repository run the following command:
git clone https://github.com/mricanho/Restaurant-page.git
  • Change directory to point to the Restaurant-page dir.
  • Now run:
npm install
  • Finally run:
npm start
  • Go to the dist folder and select index.html, now Open the live server on your VScode Alt + L then Alt + o

Author

👤 Miguel Ricaño

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a star if you ⭐ like this project!

Acknowledgments

  • Microverse
  • GitHub
  • TheOdinProject
  • JavaScript

This project is MIT licensed.