UNPKG
fast-timezone
Version:
latest (1.0.0)
1.0.0
0.1.1
0.1.0
Fast timezone lookup service.
github.com/windycom/fast-timezone
windycom/fast-timezone
fast-timezone
/
scripts
/
update-data.js
10 lines
(8 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
update =
require
(
'../lib/update.js'
)
update
(
function
(
err
) {
if
(err) {
console
.
log
(
'update unsuccessful. Error: '
, err) }
else
{
console
.
log
(
'update successfully completed'
) } })