rsource-open-source / balls.lua

A simplistic Lua library for interacting with the StrafesNET API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

    __          ____       __
   / /_  ____ _/ / /____  / /_  ______ _
  / __ \/ __ `/ / / ___/ / / / / / __ `/
 / /_/ / /_/ / / (__  ) / / /_/ / /_/ /
/_.___/\__,_/_/_/____(_)_/\__,_/\__,_/

balls.lua

A simplistic Lua library for interacting with the StrafesNET API. Runs on Luvit.

See the wiki for documentation and usage.

This library depends creationix/coro-http and luvit/secure-socket, using the luvit/lit toolchain, you can install it by running the following:

lit install creationix/coro-http
lit install luvit/secure-socket
lit install luvit/json

About

A simplistic Lua library for interacting with the StrafesNET API.

License:MIT License


Languages

Language:Lua 100.0%