moisesrms / react-and-maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React and maps

This project aims to test the integration between react and services of maps like Google Maps and Openstreetmaps

This project will use the NASA API to get information and plote on the map

This project was bootstrapped with Create React App.

API Key NASA

Create an api key on API Nasa service

API Google Maps

Create an api key on Google Cloud Plataform

It is necessary to create an .env file in the application's root directory with the structure below and the respective parameter values.

REACT_APP_NASA_API_KEY=''

REACT_APP_GOOGLE_MAPS_API=''

About

License:MIT License


Languages

Language:JavaScript 54.7%Language:HTML 28.6%Language:CSS 16.6%