mo39-json
v1.0.1
Published
Mogic of Ingresss player 39M returns '膜39' JSON string
Downloads
10
Readme
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