Skip to content

dio067/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

a small weather app i built to practice full stack stuff. you type a city, it shows the weather. that's pretty much it.

what you need before running this

  • node installed on your machine
  • an API key from openweathermap.org (free, takes 2 minutes to sign up)

how to run it

  1. clone the repo
  2. create a .env file inside the server folder and paste this in:
   WEATHER_API_KEY=your_key_here
  1. install everything
   npm install
  1. run it
   npm run dev
  1. open http://localhost:5173 and search any city

notes

  • if the city doesn't show up, double check your api key, that's usually the problem
  • the free tier of openweathermap is more than enough for this

About

A simple weather app where you search for a city and get back the current temperature, humidity and wind speed. built with react on the frontend and node/express handling the api calls in the back.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors