This exercise will test that you understand how to create OpenWhisk Actions using the Swift runtime. Complete the following tasks to finish the exercise.
{ "message": "Hello World" }
{ "lat": 0.00, "lng": 0.00 }
You can also use the online Swift Sandbox to test your Swift code without having to install Xcode on your machine. https://swiftlang.ng.bluemix.net
Documentation for creating Swift Actions is available here. https://github.com/openwhisk/openwhisk/blob/master/docs/actions.md#creating-swift-actions
Documentation for the Google Geocoding API is available here: https://developers.google.com/maps/documentation/geocoding/intro
» Need help with the task? openwhisk-workshop more
» To verify your work, run: openwhisk-workshop verify