Project

freemobile

0.0
No commit activity in last 3 years
No release in over 3 years
This gem allows you to send SMS notifications on your phone through the French mobile provider "Free"
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
>= 0

Runtime

 Project Readme

Freemobile gem API

Freemobile gem allows you to easily use Freemobile API. You can get an API key on your account manager : https://mobile.free.fr/moncompte

Installation

$ gem install freemobile

Usage

require 'freemobile'
account_id = "123456789"
password   = "s3cr37"
myfreemobileobject = Freemobile::API.new(account_id, password)
myfreemobileobject.send("Hello world !")

Contributing

This is a minimal version, do not hesitate to contribute !