Skip to content

Instantly share code, notes, and snippets.

@msavin
Last active July 14, 2016 20:06
Show Gist options
  • Save msavin/2c43cbffcde65ca8ed354112647ace55 to your computer and use it in GitHub Desktop.
Save msavin/2c43cbffcde65ca8ed354112647ace55 to your computer and use it in GitHub Desktop.
// Turn:
URL = "http://domain.com/#order/food=chicken/drink=coke"
// To:
{
section: "order",
parameters: {
food: "chicken",
drink: "coke"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment