arduino uno with gps

hi all,
i have got arduino uno board with me.i want to do a simple project on gps interfacing with the arduino board to get the location address(lat,lan,time etc) of a place.I have the NEO-6M-0-001 with me and also use arduino software version 1.6.12 installed.Can anyone help me in explaining how this interfacing is done and the code required for this? Please do mention the links and materials required for this.

Regards,
Cheeku

Yeah i have googled the link which you provided.It will be a great help if you could provide the code for interfacing the arduino with NEO6M-0-001 gps module.

Thanks for the reply.

You could learn to do this yourself by reading about and studying the examples provided in the Arduino GPS libraries, like TinyGPS++ and NeoGPS.

ok.Thank you for the help and suggestion.I will look into the Arduino libraries and try to do it.