Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

MauricioRobayo/weather-app

Repository files navigation

Weather App ☔

Build Status CodeFactor

Vanilla JS weather forecast app using the Open Weather API.

Built With

No frameworks were harmed in the making of this project.

Live Demo

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

Getting Started

To get a local copy up and running follow this steps:

  1. Clone the repository and cd into it
git clone https://github.com/MauricioRobayo/weather-app
cd weather-app
  1. Install dependencies
npm install
  1. Start the webpack-dev-server
npm run start
  1. To build the site for production
npm run build

The production site is automatically deployed to GitHub pages using GitHub Actions.

Contributing

Contributions, issues and feature requests are welcome!

Acknowledgments

This project uses the linkify-it.

To be able to remove the API key from the front-end code, the project uses the API Key Proxy Server.

License

MIT.