Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 419 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 419 Bytes

DerpLib

Eearly version of NodeJS chatango libary made by BarryKun

Currently only the "request" event is stable. Example usage code will be added to example.js once it's usable.

Requirements

  • NodeJS

Usage

For windows users after installing nodejs and downloading the code create a text file "start.bat" and use the following code to start it.

@echo off
node example.js
pause