Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 384 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 384 Bytes

Weather

Sorts upcoming weather conditions in European capitals and enables users to filter the results.

Screenshot

Development

npm run lint
npm run format

Data

Fetches the weather.

cd packages/data
echo "OWM_API_KEY=..." > .env
npm run build

Client

Starts the client in devlepment mode.

cd packages/client
npm run dev