https://weather-arempe93.vercel.app
To run the app locally, you will need to set 2 env vars.
cp .env.example .env.local
- Sign up for a free account
- Go to My API keys and copy the key
- Sign up or login to Google Cloud
- Create a new project
- On the APIs Dashboard enable:
- Places API
- Geocoding API
- On the Google Maps Credentials dashboard create a new "API Key" and choose "Restrict Key".
- Under "API restrictions" select the following:
- Geocoding API
- Maps JavaScript API
- Places API
- Save & copy the key
Once the environment is configured, install dependencies with yarn
and run the dev server.
yarn dev