Skip to content

This is a nodejs version of netty-finder written in javascript

License

Notifications You must be signed in to change notification settings

CITGuru/netty-finder-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NettyFinder 🚀

This is a nodejs verison of the original netty-finder that was written in JavaScript

Installation

GitHub

$ git clone https://github.com/CITGuru/netty-finder-nodejs.git
$ cd netty-finder-nodejs
$ npm install

NPM

$ npm install netty_finder

Usage

const Network = require('netty_finder')

let detector = new Network("08155737518"),
network = detector.getNetworkName()

console.log(network)

$>>s 9mobile

About Author

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

Contribution

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

About

This is a nodejs version of netty-finder written in javascript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published