Using NOAA API to plot weather data over maps
yarn
yarn start
Required secret environment variables, defined in .env.local
:
REACT_APP_NOAA_TOKEN
: The NOAA API token, generated here: https://www.ncdc.noaa.gov/cdo-web/tokenREACT_APP_OPEN_TOKEN
: The OpenWeather API token, generated here: https://openweathermap.org/apiREACT_APP_MAPBOX_ACCESS_TOKEN
: The MapboxGL API access token, generated here: https://docs.mapbox.com/help/glossary/access-token/