Skip to content

AdrielH024/Leaflet_Geolocalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is a simple study using leaflet and geolocalization API's

Just clone and change this line in server.js to your API key of geoapify to get your reverse geolocalization

var response = await fetch(`https://api.geoapify.com/v1/geocode/reverse?lat=${obj.logi}&lon=${obj.lati}&format=json&apiKey=YOUR_key`);

also add a mongoDb Atlas URI in .env file

after alterations just run

node server.js

in this project you can save geographical points in database using your geolocalization, also is possible consulpt the list of points per city in

/api/city/YourCityName

https://adrielh024.github.io/Leaflet_Geolocalization/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published