EventHopper / EHServerSide

Server-Side functionality including REST API, hosting scripts & client-server modules
0 stars 0 forks source link

Create location.js #38

Closed masterford closed 4 years ago

masterford commented 4 years ago

Create a location.js file that takes in latitude and longitude and converts into a location object

location = { country_code: "USA", region_name: "PA", city: "Philadelphia" latitude: "" longitude: "" };