Skip to content

BalintMendli/weather-app

Repository files navigation

Weather App

Simple JavaScript weather app based on the OpenWeatherMap API.

weather-clear

weather-rain

Live Demo

Demo

Built With

  • HTML5
  • CSS3
  • JavaScript
  • Cypress for testing

Usage

Prerequisites

  • node
  • npm

Getting started

Clone the repository to your local machine

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

Change into the project directory

$ cd weather-app

Install dependencies

$ npm install

Start development server

$ npm run dev

Run the test suite

$ npm run cy:open

Author

👤 Balint Mendli

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

  1. Fork it
  2. Create your working branch
git checkout -b my-new-feature
  1. Commit your changes
git commit -am 'Add some feature'
  1. Push to the branch
git push origin my-new-feature
  1. Create a new Pull Request

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.