Skip to content

Instantly share code, notes, and snippets.

@khellang
Last active August 29, 2015 14:09
Show Gist options
  • Save khellang/0a5c90a7d65782bcce80 to your computer and use it in GitHub Desktop.
Save khellang/0a5c90a7d65782bcce80 to your computer and use it in GitHub Desktop.
var utested = {
'harveys': {
name: 'Harveys',
address: 'Tollbodata 3, 4611 Kristiansand',
latitude: 58.1441782,
longitude: 7.993443899999988,
website: 'http://www.harveys.no/news/hjem.html',
openingHours: [
{ days: 'Mandag - Onsdag', open: '1500', close: '2200' },
{ days: 'Torsdag - Fredag', open: '1500', close: '0200' },
{ days: 'Lørdag', open: '1300', close: '0200' },
{ days: 'Søndag', open: '1300', close: '2200' }
]
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment