Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "busy-hours", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Hacky web scraper for retrieving Google Places popular times data", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -13,7 +13,5 @@ ## busy-hours | ||
```javascript | ||
const busy_hours = require('busy_hours'); | ||
const busy_hours = require('busy-hours'); | ||
const get_hours = busy_hours(place_id, key); | ||
get_hours.then(data => { | ||
busy_hours(place_id, key).then(data => { | ||
do_something_with(data); | ||
@@ -20,0 +18,0 @@ }); |
Sorry, the diff of this file is not supported yet
77380
9
54