This package has been deprecated

Author message:

replaced by @allbin/spirius-sms-client

@allbin/sirius-sms
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

sirius-sms

Example usage

import SMS from 'sirius-sms';

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

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

Readme

Keywords

Package Sidebar

Install

npm i @allbin/sirius-sms

Weekly Downloads

3

Version

0.0.1

License

ISC

Unpacked Size

10.5 kB

Total Files

13

Last publish

Collaborators

  • alendri
  • mdjarv
  • noahhakansson
  • pscz