Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/citguru/netty-finder-nodejs
This is a nodejs version of netty-finder written in javascript
https://github.com/citguru/netty-finder-nodejs
mobile network nigeria number phone phone-number
Last synced: about 1 month ago
JSON representation
This is a nodejs version of netty-finder written in javascript
- Host: GitHub
- URL: https://github.com/citguru/netty-finder-nodejs
- Owner: CITGuru
- License: mit
- Created: 2018-11-12T23:36:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T04:46:41.000Z (about 6 years ago)
- Last Synced: 2024-10-03T15:47:31.445Z (about 1 month ago)
- Topics: mobile, network, nigeria, number, phone, phone-number
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NettyFinder :rocket:
This is a nodejs verison of the original [netty-finder](https://github.com/BolajiAyodeji/netty-finder) that was written in JavaScript
# Installation
## GitHub
```bash
$ git clone https://github.com/CITGuru/netty-finder-nodejs.git
$ cd netty-finder-nodejs
$ npm install
```## NPM
```bash
$ npm install netty_finder
```# Usage
```js
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](https://github.com/BolajiAyodeji) 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](https://github.com/BolajiAyodeji/netty-finder), so I suggest you contribute there. Any changes from there will be added to the python version