0.1.5 • Published 10 years ago

voice.js v0.1.5

Weekly downloads
27
License
-
Repository
github
Last release
10 years ago

voice.js

What is it?

It's the Google Voice library for node.js.

It builds on and improves node-google-voice, the original node.js Google Voice library.

It currently allows you to:

  • place calls
  • send texts
  • access and manipulate GV conversations
  • access and manipulate GV forwarding phones
  • access and manipulate GV settings
  • access and manipulate GV contacts
  • access and manipulate GV call groups
  • access and manipulate GV greetings
  • access and manipulate GV webcall widgets

Installation

Install via npm:

npm install voice.js

The version on npm may not reflect all the latest changes, especially during times of heavy development. To get the most up-to-date version, download the current master zip file, then run the following code from inside the folder:

npm install

Dependencies

npm should take care of dependencies, but in case it fails to do so, try installing these modules (and their dependencies) independently.

API

The API documentation is in docs/API.md. Also, see the examples for clarifications.

License

MIT License. See LICENSE.

Conclusion

Google does not have an official Google Voice API. Therefore, the nature of the requests and returned data can change without notice. It is unlikely to change often or soon, but I will make all efforts to keep up with the most current implementation. If you have any issues, please give me a shout, and I'll do my best to address them.

0.1.5

10 years ago

0.1.4b

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1-alpha

11 years ago

1.0.0-alpha2

12 years ago

1.0.0-alpha1

12 years ago