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.
 
 
 
 
 
 
nprimo 29b2fc9d6f fix: update broken links in `audit/README.md` files 8 months ago
..
audit fix: update broken links in `audit/README.md` files 8 months ago
README.md adding unit testing in missing subjects 2 years ago
audit.md feat(audit.md): restore old audit.md files 9 months ago

README.md

groupie-tracker-geolocalization

Objectives

You must follow the same principles as the first subject.

  • Groupie Tracker Geolocalization 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.

Instructions

  • The backend must be written in Go
  • You must handle website errors
  • The code must respect the good practices
  • It is recommended to have test files for unit testing.

Allowed packages

Usage

  • Here is a simple example of the process of giving an address and returning a marker to the location.

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