Skip to content

Instantly share code, notes, and snippets.

@reimertz
Created October 16, 2017 22:46
Show Gist options
  • Save reimertz/63b203d80330e2e72c7d06f7cb470baa to your computer and use it in GitHub Desktop.
Save reimertz/63b203d80330e2e72c7d06f7cb470baa to your computer and use it in GitHub Desktop.
code stuff
const locations = [{
name: 'MAP STUDIO',
url: 'https://www.makersrecord.com/map-studio',
cost: '250',
shortDescription: 'yolo 4 life ......',
location: {
long: 'asdadssd',
lat: 'adakd;ladska;lsdk'
}
}, {
name: 'MAP STUDIO 2',
url: 'https://www.makersrecord.com/map-studio',
cost: '250',
shortDescription: 'yolo 4 life ......',
location: {
long: 'asdadssd',
lat: 'adakd;ladska;lsdk'
}
}
...
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment