cabal-club / cabal-client

interface for writing peer-to-peer chat clients
GNU General Public License v3.0
95 stars 14 forks source link

Barebones implementation #8

Closed cblgh closed 4 years ago

cblgh commented 5 years ago

i think one way to get started with the cabal-client interface is to simply export a javascript object which can save various settings in its keys

module.exports = {}
...
var client = require("cabal-client")
client["cabal-desktop"] = {notifications: "none"}

mainly writing this down as a note for myself for an upcoming evening of implementation :)

cblgh commented 4 years ago

yeah so hehe, it took a year (pretty much exactly) and it's not so barebones... but hey!

https://github.com/cabal-club/cabal-client/pull/11