prtklbdg

protokol bandung client

Usage no npm install needed!

<script type="module">
  import prtklbdg from 'https://cdn.skypack.dev/prtklbdg';
</script>

README

Protokol Bandung Client

First you need to create a valid config.json. An example is provided in config.example.json

protokolBandung.echo('hihi', function(err, val){
  console.log(val); // should equal '.hihi.'
});

See more on test.js.

Test

As mentioned before, we need a valid config.json file.

$ npm install
$ npm test

License

MIT