# 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/j4qrmxq
看完就懂的 Hybrid 框架設計方案**
本篇文章探討 “基於 Webview,如何在 App 內實現帶離線包能力的 H5”。在當下這個主題似乎有些過時,但 H5 技術以其良好的跨端一致性,長期來看會佔據一席之地,希望整理一個較完整的方案,從基本的實現原理到業務具體應用,讓不瞭解的同學對 “離線 H5" 有一個較完整的視角。 01前言2009 年,PhoneGap 以 “橋接 Web 與 iPhone SDK 之間縫隙 “的理念橫空出世 ⌘ Read more