Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renatozr/weather-app
A search weather application
https://github.com/renatozr/weather-app
jotai nextjs tailwindcss
Last synced: about 2 months ago
JSON representation
A search weather application
- Host: GitHub
- URL: https://github.com/renatozr/weather-app
- Owner: renatozr
- Created: 2024-02-18T21:46:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T03:12:36.000Z (5 months ago)
- Last Synced: 2024-08-12T04:27:24.598Z (5 months ago)
- Topics: jotai, nextjs, tailwindcss
- Language: TypeScript
- Homepage: https://weather-app-next-tail.vercel.app
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About The Project
To exercise Next.js, TailwindCSS and API fetching.
## Getting Started
### Prerequisites
- NPM
- OpenWeather Free API Key### Installation
1. Clone the repo
```sh
git clone [email protected]:renatozr/weather-app.git
```
2. Enter the directory
```sh
cd weather-app
```
3. Install NPM packages
```sh
npm install
```
4. Fill in the environment variables
```sh
NEXT_PUBLIC_WEATHER_KEY=
```
5. Run the project
```sh
npm run dev
```