/desweather

⛅ Desweather is your go-to app for precise and timely climate information. Desweather offers the latest weather forecasts tailored to your location and beyond.

Primary LanguageTypeScript

Desweather

Project   |    Technologies   |    How to run

Desweather

💻 Project

Get accurate climate information with our app, Desweather! Whether you're planning a trip, heading to work, or just want to know what to wear today, our app provides you with up-to-date weather forecasts for your area and beyond.

🔧 Technologies

😊 How to run

Before starting, you need to have Git and Node installed on your machine.

- Clone this repo:
$ git clone https://github.com/marcelopajr/desweather.git

- Enter directory:
$ cd desweather

- Install dependencies:
$ npm install

- Launch the app:
$ npm run dev

- To run tests with Cypress:
$ npm run cy:open

⚠️ You also need to create an account at OpenWeather to get an api key access.
After that, create a .env.local file on project root. and add the following content:

NEXT_PUBLIC_OPEN_WEATHER_BASE_URL=https://api.openweathermap.org
NEXT_PUBLIC_OPEN_WEATHER_APIKEY=YOUR_API_KEY

Have fun!