Skip to content

Real-time, Accurate Weather Forecast for Your Location Using API Data

License

Notifications You must be signed in to change notification settings

alifsuryadi/cuwaca

Repository files navigation

cuwaca

Real-time, Accurate Weather Forecast for Your Location Using API Data

You can check the current weather conditions in your location as well as in any location you desire in real-time using this site, thanks to its API integration


Run Locally

Clone the project

  git clone https://github.com/alifsuryadi/cuwaca.git

Go to the project directory

  cd cuwaca

Create a .env file

  • Before starting the server, create a file named .env in the project root with the following content :
  API_Key = "your_openweathermap_api_key";
  • Replace 'your_openweathermap_api_key' with your actual OpenWeatherMap API key.

Install dependencies

  npm install

Start the server

  node functions/index.js

Preview

- Automatically Check Weather in Your Area via Latitude & Longitude

Cuwaca (1)-min


- Check Weather in Your Area or Any Location Using City & Country Input

-- Initial Display

Cuwaca (2)-min

-- Display After Input

Cuwaca (3)-min


- And here are the weather display results

Cuwaca (4)-min

LICENSE

MIT License

Thanks for visiting

About

Real-time, Accurate Weather Forecast for Your Location Using API Data

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages