1.0.1 • Published 8 years ago

mo39-json v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

mo39-json

Mogic of Ingresss player 39M returns "膜39" JSON string.

mo39.js includes NO number or NO letter.

Install

npm install mo39-json

Use

const mo39 = require('mo39');
const http = require('http');

const srv = http.createServer((req, res) => {
	res.writeHead(200, {'Content-Type': 'application/json'});
	res.end(mo39);
});

srv.listen(3939, '127.0.0.39');

Test

npm test

License

MIT License