nepo
v1.0.1
Published
Nepo, is a phone number checker for Nepali developers which helps to detect the number belongs to sim company.
Downloads
188
Maintainers
Readme
nepo
Nepo, is a phone number checker for Nepali developers which helps to detect the number belongs to nepal sim company.
Ncell, Ntc, Sky, Utl, Smart etc
Demo
Requirements
Installation
NPM
npm install nepo
Yarn
yarn add nepo
CDN - jsDelivr
<!-- CSS -->
<link href="https://cdn.jsdelivr.net/npm/nepo/dist/css/nepo.min.css" rel="stylesheet" type="text/css" />
<!-- JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/nepo/dist/js/nepo.min.js" type="text/javascript"></script>
CDN - UNPKG
<!-- CSS -->
<link href="https://unpkg.com/nepo/dist/css/nepo.min.css" rel="stylesheet" type="text/css" />
<!-- JavaScript -->
<script src="https://unpkg.com/nepo/dist/js/nepo.min.js" type="text/javascript"></script>
Usage
Include CSS
<link href="https://cdn.jsdelivr.net/npm/nepo/dist/css/nepo.min.css" rel="stylesheet" type="text/css" />
HTML
<input type="text" id="element" placeholder="Enter your number:" />
Include jQuery
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
Include Plugin JS
<script src="https://cdn.jsdelivr.net/npm/nepo/dist/js/nepo.min.js" type="text/javascript"></script>
Initialize the Plugin
$('#element').nepo();
Initialize the Plugin with options
//you can define own css for sim company logo
$('#element').nepo({
// Default css class for image
imageClass: 'nepo-image',
});
License
MIT
Contribute
If you like the project please support with your contribution.
Donate on esewa 9807393225
Thank you and Happy Coding :)
Created with :heart: FortranCoder