lcslicp / weather-app

A simple weather app using a free weather api.

Home Page:https://weatherapp.lesliepn.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

weather-app

A simple weather app using a free weather api.

Visit: https://weather.lcslicp.dev/

SECRET KEY

  • Get api key from Weather API.
  • Define api key inside the .env file.
  • Make sure to prefix with VITE_.
VITE_API_KEY=copyPasteYourApiKeyfromWeatherAPI

Dependencies

  • axios
  • lottie
  • moment
  • react-dom

Run in your Local Machine

To install all dependencies

npm i

To preview app in your device

npm run dev

Make sure to configure your API key, otherwise, data won't be displayed. More info: Weather API.

About

A simple weather app using a free weather api.

https://weatherapp.lesliepn.info/


Languages

Language:JavaScript 58.0%Language:CSS 38.3%Language:HTML 3.7%