# 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 5
# self = https://watcher.sour.is/conv/vxdabzq
If anyone has any ideas of good lightweight website 'date-picker' options I'm all ears. Most are just overly JS bloated and such, but at the same time native browser options aren't great either. So much for standards!
@eldersnake Have no idea, I probably would play around with some select boxes or text inputs and server side validation?
@eldersnake Have no idea, I probably would play around with some select boxes or text inputs and server side validation?
@eldersnake Have no idea, I probably would play around with some select boxes or text inputs and server side validation?
@eldersnake @adi No, please don't use drop down menus for day, month and year selection, this is a terrible user experience in my mind. I'd just go with <input type=date>. At least Firefox 78 here has a pretty usable date picker. I'd support some common date formats on the server side, just if the type=text fallback kicked in and a user submitted "date free text".