54Factory

Results 6 comments of 54Factory

I've tried but get the following.... And can't find in the logs?? Sorry to pester and the need for hand holding! But, once I get it....I will assist others and...

Here is the most current non-working I have.... ```js require('isomorphic-fetch') module.exports = function (event) { const baseUrl = 'https://maps.googleapis.com/maps/api/geocode/json' const apiKey = 'API KEY' // Here we're merging contents of...

I am not returning the last .then is what I believe. The if statements can be changed to switch. I am having a hard time with the logs so my...

the whole project is here [https://github.com/54Factory/54project](url)

Thanks for all the tips! I need them! So that fails and this is the response... ```js Error CODE 400 MESSAGE Compilation failed: Block-scoped declarations (let, const, function, class) not...

Also, in my Location Schema I would like to save the lat and lng in the same format as the geocode response. Such as this....geoLocation instead of lat and lng...