mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.5 KiB
1.5 KiB
groupie-tracker-geolocalization
Objectives
You must follow the same principles as the first subject.
-
Groupie Tracker Geolocation consists on mapping the different concerts locations of a certain artist/band given by the Client.
-
You must use a process of converting addresses (ex: Germany Mainz) into geographic coordinates (ex: 49,59380 8,15052) which you must use to place markers for the concerts locations of a certain artist/band on a map.
-
You are free to use the Map API you found more appropriate.
This project will help you learn about :
- Manipulation and storage of data
- HTML
- Manipulation of Maps API
- Geolocation, geocoding, etc
- Event creation and display
- JSON files and format
Instructions
- The backend must be written in Go
- You must handle website errors
- The code must respect the good practices
- It is recommended that the code should present a test file
Allowed packages
- Only the standard go packages are allowed
Usage
- Here is a simple example of the process of giving a address and returning a marker to the location.