Sha256: 31e540f987d8771bc97b14b8b2de14d82bb9db1cd6cefed323339090d40b873b

Contents?: true

Size: 915 Bytes

Versions: 1

Compression:

Stored size: 915 Bytes

Contents

`schism` allows you to send SMS via the console with the Clockwork API

# Install #

    gem install schism

# Configuration #

* Get an API key from [Clockwork](http://www.clockworksms.com/)
* Create a file at `~/.config/schism_api_key` and paste your Clockwork API key in to it.
  

# Usage #

To check your balance:

    schism balance

To send an SMS

    schism send --to NUMBER --message MESSAGE

`NUMBER` must include the internation dialling code and area code, excluding any spaces or special characters. For example:

    --to 447654123456

`MESSAGE` should be wrapped in quotations, for example:

    --message "Hello, this is a multiple word message"

# Contributors #

Built by [OkayDave](https://github.com/OkayDave) 

Special thanks to [Powder](https://github.com/rodreegez/powder) for providing the application skeleton.


## Copyright ##

Copyright (c) 2015 Dave Russell. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
schism-0.1.0 Readme.md