Skip to content

Instantly share code, notes, and snippets.

@selcukusta
Created April 3, 2017 20:50
Show Gist options
  • Save selcukusta/736851658bec6b23c5ca1430be8a1388 to your computer and use it in GitHub Desktop.
Save selcukusta/736851658bec6b23c5ca1430be8a1388 to your computer and use it in GitHub Desktop.
let wikiUrl = "https://en.wikipedia.org/wiki/All-time_table_of_the_FIFA_World_Cup"
type FifaProvider = HtmlProvider<"https://en.wikipedia.org/wiki/All-time_table_of_the_FIFA_World_Cup">
let fifaWiki = FifaProvider.Load(wikiUrl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment