# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/eip47wq
3 個超酷的 Node-js 新功能!**
介紹下 Node.js 近期更新的 3 個功能,每個都很實用哦!自帶熱更新--------開發模式下,每次代碼的修改我們期望無需重啓代碼即可看到最新的變化,nodemon 模塊在這個場景已經是標配功能了。有時只是寫一個簡單的腳本,做些測試或其它場景可能不太需要第三方模塊,此時 Node.js “自帶熱更新” 功能就再合適不過了!一個 --watch 標誌搞定這個場景。該標誌首次添加於 Node.j ⌘ Read more