
Product
Introducing Socket Fix for Safe, Automated Dependency Upgrades
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Send Email, sms and start calls right form your node.js app, with the simple ASK Fast API
Send Email, sms and start calls right form your node.js app, with the simple ASK Fast API
Create free ASK Fast account at portal.ask-fast.com
install package
npm install askfast
Send sms message
var RestClient = require('askfast').RestClient;
var askfast = new RestClient()
askfast.sendSMSMessage('+31612345678', 'text://This is a test message from ASK Fast'}).then(function(result){
console.log(result)
})
To send email use:
askfast.sendEMAILMessage()
To start a call use:
askfast.startCall('+31612345678', 'http://api.ask-fast.com/question/comment?message=This is a test message from ASK Fast')
ASK Fast provides you the posibility to create more complex dialogs with two way functionality. Below shows an example for a two way dialog which can be used with sendSMSMessage
, sendEMAILMessage
and startCALL
functions.
The basic principle is very easy:
Create a publicly accessible server
Create a dialog
Initiate the dialog
var Dialog = require('askfast').Dialog; var server = http.createServer(function (request, response) {
// Create a new instance of the object.
var dialog = new Dialog() ;
dialog.say("Hello, World!");
// Render out the JSON for consume.
response.writeHead(200, {'Content-Type': 'application/json'});
response.end(dialog.finalize());
}).listen(8000);
FAQs
Send Email, sms and start calls right form your node.js app, with the simple ASK Fast API
The npm package askfast receives a total of 5 weekly downloads. As such, askfast popularity was classified as not popular.
We found that askfast 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
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.
Product
We’re excited to announce a powerful new capability in Socket: historical data and enhanced analytics.