Skip to content

FranciscoEP/reservamos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors