An open API service indexing awesome lists of open source software.

https://github.com/douglasmatosdev/weather-1sti


https://github.com/douglasmatosdev/weather-1sti

Last synced: about 1 year ago
JSON representation

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
```