Skip to content

nextcaller/nextcaller-js-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nextcaller-js-api

Build Status

A JS wrapper around the Nextcaller API using CORS.

Requirements

* Chrome 3+
* Firefox 3.5+
* Opera 12+
* Safari 4+
* Internet Explorer 10+

Installation

See example/cors_phone_example.html

<script data-main="PATH_TO/nextcaller" src="PATH_TO/lib/require.js"></script>

or

<script src="PATH_TO/nextcaller.js"></script>

Testing

Execute following commands, if you want to run unit tests for the library:

npm install && npm test

Documentation

Full documentation see here

About

A JS wrapper around the Nextcaller API using CORS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.4%
  • HTML 24.6%