mo39-json

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i mo39-json

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • zunsthy