README
Authenticate the user with their crosscloud account (their "pod")
Very simple for now -- we just look for $HOME/.podlogin.json
Allow user to select and authenticate to their personal online database (pod) -- this is the simple node.js command line version, not the (much-more-complicated) in-browser version
<script type="module">
import podlogin from 'https://cdn.skypack.dev/podlogin';
</script>
Authenticate the user with their crosscloud account (their "pod")
Very simple for now -- we just look for $HOME/.podlogin.json