This wildfire tracker can be used to see all the current wildfires using data from the NASA EONET API and displaying the locations on a map using Google Maps.
- TypeScript
- HTML
- CSS
- React
Install dependencies
npm installCreate .env file in root folder and input access token from Google
VITE_GOOGLE_API_KEY="[INSERT YOUR API ACCESS TOKEN HERE]"Run application
npm run dev