
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
This package enables sending of sms from your javascript application using https://sms.arkesel.com as a service provider.
This package enables sending of sms from your javascript application using Arkesel as a service provider.
You can install the package via npm:
npm install arkesel-js
Before you can start sending sms you will need to set your api key and default sender ID in your /.env file
You can find your api key here https://sms.arkesel.com/user/sms-api/info
These config files can be changed from the laravel application.
ARKESEL_SMS_SENDER_ID=MyApp
ARKESEL_SMS_API_KEY=YourKeyGoesHere
const Arkesel from "arkesel-js";
const sms = new Arkesel("SenderId", "smsApiKey");
// successful response: {"code":"ok","message":"Successfully Send","balance":58995,"user":"Adinkra Pie"}
// error response: {"code":"102","message":"Authentication Failed"}
sms.send('02XXXXXXXXX', 'Your pie will be ready in 5 mins', timestamp = 'In case you want to schedule',
(callback) => // console.log(callback)
);
sms.withFreshApiKey('API_KEY_GOES_HERE').send('02XXXXXXXX', 'We want to confirm your destination. Adum post office right?', null,
(callback) => // console.log(callback)
);
sms.from('CompanyName').send('02XXXXXXXX', 'Your pie is ready for dispatch.', null,
(callback) => // console.log(callback)
);
// successful response: {"code":"109","message":"Invalid Schedule Time"}
// successful response: {"code":"ok","message":"SMS Scheduled successfully.","balance":58995,"user":"Adinkra Pie"}
const dateTime ='04-05-2020 06:19 PM'; // Must be this format - "d-m-Y h:i A"
sms.schedule(dateTime, '02XXXXXXXX', 'We have arrived at your destination.',
(callback) => // console.log(callback)
)
// successful response: {"balance":58995,"user":"Adinkra Pie","country":"Ghana"}
sms.balance((callback) => console.log(callback));
sms.withFreshApiKey('API_KEY_GOES_HERE')balance(
(callback) => // console.log(callback)
);
If you discover any security related issues, please email nana.elvee@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
FAQs
This package enables sending of sms from your javascript application using https://sms.arkesel.com as a service provider.
We found that arkesel-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.