Skip to content

amper5and/voice.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voice.js

NOTICE: This project is no longer maintained.

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.

About

Google Voice library for node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published