Arduino GPS tracker

Hey guys i want to make a gps tracker using arduino for my car..i want to be able to send my current location to a server..how could i achieve this ? Thanks!

Google, Google, Google...
Whats is the difficult part? Google Arduino + GPS, Google Arduino + server etc.

Actually i am new to arduino and curcuits etc.. i have already looked in the net for gps and arduino but all the good tutorials are for NodeMCU

Why nou use a NodeMCU then?

Rather than start with code for the finished project, start at the beginning if your new to Arduino.

Learn to flash an LED and send debug messages to the serial console.

Connect a GPS and print the location out............

Etc.

You might be extra extra super lucky and find a complete program that does all you want and works first time, but most likely a full program wont do what you want at which point you have to go back and understand how the various bit of hardware and software work .........

As an asside there are a few examples, with instructions, on how to implement a The Things Network (TTN) GPS tracker, including how to get the location onto a map on the Internet.

Also appreciate that tracking cars sounds ultra trivial, but the tracking can well be limited by the need to actually receive the location from the car tracker in the first place.

Cant you by car GPS trackers quite cheap on eBay etc ?

srnet basically i want to be able to add a gps to arduino so that i can know where a person's location is..for example someone with an relative that have health issues can see where they are through an app..this works same as car gps tracker i think

No difference. Read all the answers again.