Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coolsms-client

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coolsms-client

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

![image] (https://travis-ci.org/CosmicColor/coolsms-client.svg)

Coolsms::Client

This is a simple client for sending SMS and LMS messages to mobile phones in South Korea via the CoolSMS api. http://www.coolsms.co.kr/

Installation

Add this line to your application's Gemfile:

gem 'coolsms-client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install coolsms-client

Usage

client = Coolsms::Client.new :api_key => 'YOUR_API_KEY', :api_secret => 'YOUR_API_SECRET', :sender => "YOUR_NUMBER"

client.send_message :to => "RECIPIENTS_PHONE_NUMBER", :text => "hello world"
# => { :success => true, :error_count => 0, :success_count => 1, :result_message => "Success" :status_code => 200 }

Development

Fork the repository, add a feature or bug fix branch. Submit a PR. Please include specs where necessary.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/CosmicColor/coolsms-client.

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 10 Sep 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc