JSWoW

Software Screenshot:
JSWoW
Software Details:
Version: 1.0
Upload Date: 21 Jul 15
Developer: Dhask of Uther
Distribution Type: Freeware
Downloads: 18

Rating: 2.0/5 (Total Votes: 2)

Can be used to query for WoW data from inside web apps via JavaScript calls.

Sample usage:


<!doctype html>
<head>
    <script src="/js/jswow.js"></script>
</head>
<body>
    <script>
        var jw = new JSWoW();
        jw.region = 'eu';
        jw.realms('Chants éternels', function(realms) {
            alert(realms[0].name);
        });
        jw.realms('БорейCкaя тундрa', 'Aggramar', function(realms) {
            alert(realms[0].status && realms[1].status ? 'Both up' : 'One or both down');
        });
    </script>
</body>

Requirements:

  • JavaScript enabled on client side

Similar Software

Comments to JSWoW

Comments not found
Add Comment
Turn on images!