@amanzimdwini I always use it locally, github is just a place for sharing it, so you are doing the right thing. You can always fork it to keep your personal compliments safe, but that’s up to you.
To use it, copy the file to somewhere (ie, in the compliments module folder: modules/default/compliments/compliments.js) and use it in your config like this:
{
module: "compliments",
position: "bottom_bar",
disabled: false,
config: {
remoteFile: "compliments.json",
updateInterval: 10000,
classes: "thin bright medium",
fadeSpeed: 2000,
},
},
Good luck!