https://github.com/lfcipriani/real-time-comparison
Mashup using XMPP with Collecta API to do real time comparison
https://github.com/lfcipriani/real-time-comparison
Last synced: 6 months ago
JSON representation
Mashup using XMPP with Collecta API to do real time comparison
- Host: GitHub
- URL: https://github.com/lfcipriani/real-time-comparison
- Owner: lfcipriani
- Created: 2010-01-13T12:00:11.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T19:11:19.000Z (over 8 years ago)
- Last Synced: 2025-04-05T08:11:26.249Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple example on how to use XMPP, Strophejs and the Collecta API to access their Pubsub search nodes.
# Setup
- Request an Collecta API key: ;
- Copy config.js.sample to config.js and set your API key on the API_KEY field;
- Put all these files on any web server.# Use
- Just open the index.html on your web browser and type the 2 terms to be compared.
# Links
- XMPP:
- Strophe:
- Collecta developer info:
- XMPP Pubsub spec:2010 - Luis Cipriani