Sorts upcoming weather conditions in European capitals and enables users to filter the results.
npm run lint
npm run format
Fetches the weather.
cd packages/data
echo "OWM_API_KEY=..." > .env
npm run build
Starts the client in devlepment mode.
cd packages/client
npm run dev