This is a nodejs verison of the original netty-finder that was written in JavaScript
$ git clone https://github.com/CITGuru/netty-finder-nodejs.git
$ cd netty-finder-nodejs
$ npm install
$ npm install netty_finder
const Network = require('netty_finder')
let detector = new Network("08155737518"),
network = detector.getNetworkName()
console.log(network)
$>>s 9mobile
This was originally built by Bolaji Ayodeji so all rights goes to him, I only interpreted the javascript code to es6 and package to npm
For now, I dont accept contributions except its from the javascript netty_finder, so I suggest you contribute there. Any changes from there will be added to the python version