1.0.1 • Published 5 years ago

facepunch-lib v1.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

NPM

npm i facepunch-lib

Example

const _facepunchAPI = require('facepunch-lib');
const facepunchAPI = new _facepunchAPI(5000);

facepunchAPI.subscribe('SpaceUsurperUnity', (commit) => {
	console.log('Hello Garry! New commit from SpaceUsurperUnity:', commit);
});

facepunchAPI.subscribe('Garrys Mod', (commit) => {
	console.log('Hello Garry! New commit from Garrys Mod:', commit);
});

1.0.1

5 years ago

1.0.0

5 years ago