Treasure hunt & type providers
Details
This Dojo introduces F# type providers, in particular data providers.
The ideal goal of the Dojo is to find some secret words in order to compose a secret phrase! To find each word, the partecipant needs to solve a simple data access task using type providers - such as read XML document, perform JSON-based REST request or read data from the WorldBank; then perform simple processing to find the right word in the result and find the secret phrase!
The Dojo comes with a script file containing some tasks - to make this a bit harder, the words are not in the original order, so you need to get most of them to find the secret phrase.
Inspired by Treasure Hunt (https://github.com/c4fsharp/Dojo-Type-Provider-Treasure-Hunt)
