/urania

A weather application built with ReactJS, Tailwindcss, and the OpenWeather API.

Primary LanguageJavaScriptMIT LicenseMIT

Urania, a weather application

A weather application using the OpenWeather API and ReactJS.

Env Variables

To make the project work, create a file called .env.local in the project root and add your API key to an environment variable named VITE:

VITE_WEATHER_API_KEY="API_KEY"