dogganz / node-mpq

node.js port of mpyq (https://github.com/arkx/mpyq)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-mpq

background

node-mpq is a port of the mpyq python library developed by arkx.

The reason for development are two-fold

  • I saw that comsat was calling python to decrypt the replays and I felt like it was an unnecessary dependency
  • I like the concept of node.js and wanted a project that I could play around with it in

Currently, I am only attempting to port and so I am ignoring the best practices of node.js development. Once I have a working module, I'll begin reworking the API to fit common needs.

tests

Tests can be run via mocha

About

node.js port of mpyq (https://github.com/arkx/mpyq)


Languages

Language:JavaScript 99.2%Language:Makefile 0.8%