This is a simple weather widget I built while learning Remix. It is built with Remix and Tailwind CSS and utilizes the OpenWeather API.
- Clone this repo locally.
$ git clone [email protected]:jaguilar89/remix-weather-app.git
- Install dependencies.
$ npm install
- Run the project in development mode.
$ npm run dev
- Visit
localhost:3000
, then simply enter the US Zip Code for the location you want to get weather info for.