# 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/fjky3ma
Show HN: I built SealEye, a social platform with a CLI interface, just cos
When I'm looking to improve my coding skills, I alway find it best to think of a little side project I can build using that skill - I find this keeps me motivated, whilst also ensuring I have some fun.

For the last 2 or 3 weeks, I've been building SealEye.com, primarily as a means of improving my RxJS skills when making Angular apps. It's been really fun to explore the various operators in RxJS and put them to use, and even more fun build a social platform with a CLI l ... ⌘ Read more