A JS wrapper around the Nextcaller API using CORS.
* Chrome 3+
* Firefox 3.5+
* Opera 12+
* Safari 4+
* Internet Explorer 10+
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>
Execute following commands, if you want to run unit tests for the library:
npm install && npm test
Full documentation see here