# coolsms

> coolsms for Node.js

Latest version **1.0.0** (published 2012-09-12) · 0 weekly downloads

## Install

```sh
npm install coolsms
pnpm add coolsms
yarn add coolsms
bun add coolsms
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2012-09-12 |
| First published | 2012-09-12 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.6.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 2 |
| Author | InspiredJW |
| Maintainers | inspired_jw |
| Keywords | coolsms, sms, text, mobile |

## Links

- npm: https://www.npmjs.com/package/coolsms
- Repository: https://github.com/InspiredJW/coolsms
- npm.io page: https://npm.io/package/coolsms

## Dependencies (2)

- [request](https://npm.io/package/request.md) *
- [underscore](https://npm.io/package/underscore.md) *

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 1.0.0 (latest) — 2012-09-12

## README

CoolSMS-node
=====

---

## Installation

<pre>
  npm install coolsms
</pre>

or

<pre>
  git clone git://github.com/InspiredJW/coolsms.git
</pre>

## Usage

```javascript
var coolsms = require('coolsms');

coolsms({
  ssl: true,            // true | false
  user: 'username',     // CoolSMS username
  password: 'password', // CoolSMS password
  to: '01000000000',    // Recipient Phone Number
  from: '01000000000',  // Sender Phone Number
  text: 'Hello World!'  // Text to send
}, function(err, result) {
  // error message in String and result information in JSON
  if (err) {
    console.log(err);
  }
  console.log(body);
});

```

##

---
_Source: https://npm.io/package/coolsms · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
