-
-
Save joshmarinacci/53719c9aed6e6261d7a34014b2a87978 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pubnub.subscribe({channels: [channel]}); | |
pubnub.addListener({ | |
presence: function(m){ | |
document.getElementById('occupancy').textContent = m.occupancy; | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment