Skip to content

irvingvjuarez/weatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

weatherApp

Web app to know the weather in real time ๐ŸŒง all around the world ๐ŸŒ

Get Started

  1. Fork the repo
  2. Clone it in your local machine
  3. Install the necessary dependencies
  4. Get the needed API keys.

The project uses several APIs to fetch different kind of data. You will need these:

You need to use these keys as env variables and store them in a .env file. There is a .env.example file for more info.
Add these env variables in your deploy provider (netlify, vercel, etc)

  1. npm run start to run in a dev environment.
    You count with the following commands
  • npm run start: Run the app in a dev environment
  • npm run build: Create the bundle for production
  • npm run preview: Let you preview the app as it would look like in production but in local. This is to try PWA features

Watch it alive ๐ŸŒ๐ŸŒง๏ธ

The Weather App