Skip to content

tylerlong/rc-commander

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rc-commander

RingCentral in your terminal.

Supported features

This project is new, currently only 3 features are supported:

  1. send sms
  2. ring out
  3. send fax

Quick start

Step 1

npm install -g rc-commander

Step 2

Create ~/.rc-commander.json, with the following content:

{
  "server": "https://platform.devtest.ringcentral.com", // or https://platform.ringcentral.com for production
  "appKey": "your app key",
  "appSecret": "your app secret",
  "username": "username is phone number",
  "password": "password"
}

Please note that the file has to be in your home folder.

Step 3

Enjoy RingCentral in your terminal:

rc sms -n 147258369 -t "hello world"
rc call -n 147258369
rc fax -n 147258369 -t "hello world" -f "/path/to/the/file"

Help

rc -h
rc sms -h
rc call -h
rc fax -h

Known issues:

rc call cannot help you to make a real phone call yet. I need to spend some time on this project: https://github.com/ringcentral/ringcentral-web-phone

About

RingCentral in your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published