Skip to content

Instantly share code, notes, and snippets.

@noelworden
Created November 30, 2020 23:12
Show Gist options
  • Save noelworden/186160d4dec87971137249fef7086bbc to your computer and use it in GitHub Desktop.
Save noelworden/186160d4dec87971137249fef7086bbc to your computer and use it in GitHub Desktop.
#blog_snippets
[
{"longitude", 0},
{"latitude", 1},
{"name", 2},
{"description", 3},
{"spinner_friendly", 4},
{"lake", 5},
{"less_than_one_hour", 6},
{"one_to_three_hours", 7},
{"greater_than_three_hours", 8},
{"car_friendly", 9},
{"hike_in", 10},
{"allows_dogs", 11},
{"dogs_off_leash", 12},
{"season_spring", 13},
{"season_summer", 14},
{"season_fall", 15},
{"season_winter", 16},
{"car_camp", 17},
{"backpack_camp", 18},
{"fee", 19},
{"ice_fishing", 20}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment