Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

allbin/sirius-sms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sirius-sms

DEPRECATED IN FAVOR OF @allbin/spirius-sms-client

Example usage

import SMS from "sirius-sms";

const client = new SMS({
  user: "username",
  password: "password",
  from: "sender",
});

await client.send(["+46455123123", "+46455123124"], "Hello, World!");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published