/Hugin-client-nodejs

A basic hugin messenger client written in Node.JS

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Hugin Node.JS Client

This is a basic hugin messenger client written in Node.JS using our newly published POST in hugin API

USAGE

Go through the .env file and do the following:

  1. Add your address + the private key of said address
  2. Add the address of a updated hugin API, for example the official one (https://api.hugin.chat)

After that run the following: npm i followed by node client.js and you should be up and running!