Commit Graph

8 Commits

Author SHA1 Message Date
Valters Jansons
f842ebd65b Lint lib/
The carriers file contains duplicate keys. They have been resolved:
- exact duplicate of ideacellular deleted
- exact duplicate of onlinebeep deleted
- one duplicate of surewestcommunications (%s@freesurf.ch) renamed to
  sunrisecommunications as www.freesurf.ch redirects to sunrise.ch

Unused variables were defined in the library. They have been resolved:
- reference to the `underscore` module deleted
- reference to the `exec` function of the `child_process` module deleted

The carrier argument in text.send was not documented in the library
code. That line of documentation has been added.

The carrier argument in text.send was not being checked as strictly
equal to null. The triple-equals operator has now been applied to
the comparison.

The requires had bad line breakings before commas. The commas have
all been moved to ends of lines instead.

On an unrelated not to lint, the console.log call in the text library
has been switched out with an output call to obey the debug setting.
2016-09-20 17:39:09 +03:00
jgates
34c98ee964 removed dup alltel 2016-08-10 14:51:27 -05:00
Ian Webster
13a2f64970 Quote nex-tech carrier. Fixes #75 2016-03-16 15:53:56 -07:00
Mark Finn
990d5a89a0 add project fi provider as per announcement
https://support.google.com/fi/answer/6356597
https://productforums.google.com/forum/#!topic/project-fi/_1wI6z2GXQk
2016-02-15 16:46:25 -06:00
Ian Webster
e0e03abbe3 Merge pull request #69 from jconroy77/master
Add Nex-Tech Wireless as a provider
2016-01-29 14:44:23 -08:00
Chandler T Swift
fdc440a509 Removed Ting as Sprint Duplicate 2016-01-28 16:57:06 -06:00
John Conroy
713b7b345b Add Nex-Tech Wireless as a provider 2016-01-26 18:13:01 -05:00
Alex Ionescu
6a65ff7907 Added carrier support. typpo/textbelt#56 2015-11-28 10:49:03 -08:00