https://github.com/douglasmatosdev/weather-1sti
https://github.com/douglasmatosdev/weather-1sti
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/douglasmatosdev/weather-1sti
- Owner: douglasmatosdev
- Created: 2023-05-10T00:22:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T20:20:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T12:55:23.222Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://weather-1sti.vercel.app
- Size: 234 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather 1STI
## Getting Started
Create account in https://openweathermap.org/ and generate your API key
## Credentials
Rename `.env.template` to `.env.local`, put your **pulic token** in ENV variable on `.env.local` file `NEXT_PUBLIC_TOKEN="your public key here"`
First install dependeces
```zsh
yarn install
```
After install dependences, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```