如果您是那種需要密切關注大量網域過期情況的人,那麼這可能就是適合您的工具!
該腳本只是請求您在domains.txt
中輸入的所有網域的whois 訊息,並嘗試提取到期資訊並漂亮地列印結果。
npm install
或者
yarn
npm start
測試使用jest
。
npm test
此工具假定對給定 TLD(註冊商)的所有查詢之間的 whois 查詢結果是一致的。
要添加對更多 TLD 的支持,只需將相應的正則表達式和 MomentJS 格式字串添加到tlds.js
中即可。也要使用範例資料建立tld-pattern[TLD].test-data.js
檔案。只要該檔案位於tlds.patterns
物件中,測試腳本就會自動取得該檔案。
cnn.com | 2018-09-21 (617 days)
apple.com | 2021-02-20 (1500 days)
youtube.com | 2017-02-14 (33 days)
theregister.co.uk | 2018-03-14 (426 days)