An open API service indexing awesome lists of open source software.

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

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