Converts an array of IPs to an array of locations
npm install
npm start
type: POST
url: /geolookup/array
data: { iplist: [...arrayofIps] }
headers: { "Content-Type": "application/json" }
response: Array containing locations in the same order as the request.
type: GET
url: /geolookup/:ip
response: Array containing a single location