NettyFinder.Net 1.0.3

dotnet add package NettyFinder.Net --version 1.0.3
NuGet\Install-Package NettyFinder.Net -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NettyFinder.Net" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NettyFinder.Net --version 1.0.3
#r "nuget: NettyFinder.Net, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NettyFinder.Net as a Cake Addin
#addin nuget:?package=NettyFinder.Net&version=1.0.3

// Install NettyFinder.Net as a Cake Tool
#tool nuget:?package=NettyFinder.Net&version=1.0.3

NettyFinder .NET 🚀

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

This script checks a Nigerian ☎️ telephone number and detects which network it belongs to, for .NET version.

Note that this library does not cover ported mobile phone numbers (Phone numbers that have been ported from one network provider to another network provider e.g Etisalat number ported to MTN number)

Installation

Check the NettyFinder.Net on nuget: https://www.nuget.org/packages/NettyFinder.Net

Install via the nuget package manager console:

PM> Install-Package NettyFinder.Net

Install via the dotnet cli:

> dotnet add package NettyFinder.Net

GitHub

$ git clone https://github.com/eskye/netty-finder-dotnet.git
$ cd netty-finder-dotnet

Usage


using NettyFinder.Net;

var network = new Network("08155737518");
var result = network.GetNetworkName();
Console.WriteLine(result);
$>> 9mobile

About Author

This was originally built by Bolaji Ayodeji so all rights goes to him, I only interpreted the javascript code to C# and package to nuget.org

Contribution

You are free to raise an issue, PR and contribute on the C# project. You can also contribute on the javascript version of netty_finder.

Road Map

At the moment, this library does not cover ported phone numbers (Phone numbers that have been ported from one network provider to another network provider e.g Etisalat number ported to MTN number), but there's a plan for it in the coming version.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 622 3/31/2023
1.0.2 794 12/13/2022
1.0.1 311 11/21/2022
1.0.0 313 11/21/2022
1.0.0-alpha 717 12/28/2021

This library checks a Nigerian ☎️ telephone number and detects which network it belongs to.