urbit/pkg/npm/http-api/example/node.js

15 lines
318 B
JavaScript
Raw Normal View History

2021-04-22 17:17:39 +03:00
// import Urbit from '../../dist/index';
// async function blastOff() {
// const airlock = await Urbit.authenticate({
// ship: 'zod',
// url: 'localhost:8080',
// code: 'lidlut-tabwed-pillex-ridrup',
// verbose: true
// });
// airlock.subscribe('chat-view', '/primary');
// }
// blastOff();