EverStarck / WeatherApp

πŸ”Ž Get the latest weather information for today and the next 5 days and also enjoy beautiful images of it!

Home Page:http://weather.everstarck.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter Follow



Logo

Weather App

πŸ”Ž Get the latest weather information for today and the next 5 days and also enjoy beautiful images of it!

Visit site Β· Report Bug Β· Request Feature


Weather App

ScreenShot of the weather app project

Made by EverStarck. Thanks to Pixabay and OpenWeatherMaps

Getting Started

It is easy to run this site on your computer, you only need Node and NPM.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/EverStarck/WeatherApp.git
  2. Install NPM packages
    npm install
  3. Create .env in root
  4. Put your keys in the env
NEXT_PUBLIC_OPENWEATHERMAP_KEY=YOURAPIKEY
NEXT_PUBLIC_PIXABAY_KEY=YOURAPIKEY

Usage

Just run npm run dev in your terminal.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

@EverStarck https://github.com/EverStarck/WeatherApp

About

πŸ”Ž Get the latest weather information for today and the next 5 days and also enjoy beautiful images of it!

http://weather.everstarck.com


Languages

Language:JavaScript 99.8%Language:CSS 0.2%