Project | Technologies | How to run
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.
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
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!