shell> npm install tw-air-quality
//  Created by Timmy on 2016/1/1.
//  Copyright (c) 2015年 Timmy. All rights reserved.
'use strict';

const twAirQuality = require('tw-air-quality');

// query PM2.5 by city name 
twAirQuality.queryPm25ByCity('新店', function (value) {
  // success 
  console.log(value);
}, function () {
  // failed 
});

三重 冬山 宜蘭 士林

:books: 參考網站:


//  Created by Timmy on 2016/1/1.
//  Copyright (c) 2015年 Timmy. All rights reserved.
'use strict';

const romanize = require('romanize-names');

console.log(romanize('張懸')); // → Hsuan Chang
console.log(romanize('張懸', 'MPS-II')); // → Shiuan Jang
console.log(romanize('張懸', 'HANYU')); // → Syuan Jhang

console.log(romanize('秋木安')); // → Mu-An Chiu
console.log(romanize('秋木安', 'MPS-II')); // → Mu-An Chiou
console.log(romanize('秋木安', 'HANYU')); // → Mu-An Ciou

console.log(romanize('范姜峻宏')); // → Chun-Hung Fan Chiang
console.log(romanize('范姜峻宏', 'MPS-II')); // → Jiun-Hung Fan Jiang
console.log(romanize('范姜峻宏', 'HANYU')); // → Jyun-Hong Fan Jiang

:books: 參考網站:


//  Created by Timmy on 2016/1/1.
//  Copyright (c) 2015年 Timmy. All rights reserved.
'use strict';

var iplookup = require('iplookup');

iplookup.getInfo('173.194.72.94', function (ret) {
    console.log(ret);
});
/*
// Return value will be a JSON data:
{ ip: '173.194.72.94',
  flag: 'http://dir.twseo.org/images/flags/us.gif',
  country: '美國 (United States)',
  shortName: 'us',
  city: 'Mountain View',
  latitude: '37.4192',
  longitude: '-122.0574' }
*/

:books: 參考網站:


//  Created by Timmy on 2016/1/1.
//  Copyright (c) 2015年 Timmy. All rights reserved.
'use strict';
var constellation = require("node-constellation");
var cons1 = constellation(12, 19, "zh-cn"); // → 射手座
var cons2 = constellation(11, 14, "en");  // → Scorpio
var cons3 = constellation(1, 1, "zh-tw"); // → 摩羯座

:books: 參考網站:


//  Created by Timmy on 2016/1/1.
//  Copyright (c) 2015年 Timmy. All rights reserved.
'use strict';

var mothersDay = require("mothers-day");

console.log(mothersDay(2015)); // → Sun May 10 2015 00:00:00 GMT+0800 (CST)
console.log(mothersDay(2016)); // → Sun May 08 2016 00:00:00 GMT+0800 (CST)

:books: 參考網站:

powered by Gitbook最後更新: 2017-11-30 14:13:49

results matching ""

    No results matching ""