Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 629 Bytes

File metadata and controls

22 lines (19 loc) · 629 Bytes

Open Weather App

Notes:

This project uses the following technologies:

  • Package manager: Yarn
  • Development framework:js Next
  • Component library: Chakra UI

How to run this app

First create a .env file in the root directory with the following variables, you will need to get an Open Weather API KEY:

NEXT_PUBLIC_BACKEND_API=
NEXT_PUBLIC_OPEN_WEATHER_TOKEN=
NEXT_PUBLIC_OPEN_WEATHER_API=https://api.openweathermap.org/data/2.5/onecall
  • In the terminal, run the app using:
    yarn install
    yarn dev
    

The project was deployed on Verce, and you can try it at this link