Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

rethinkdb/cats-of-instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cats of Instagram

Due to API changes, this demo is no longer working as of today. See #4 for details. You can visit https://rethinkdb.com/blog/ or check out one of our other demo repositories in https://github.com/rethinkdb to find other RethinkDB demos.

--

This application shows cat pictures from Instagram in real time. It is built on top of RethinkDB and Instagram's PubSubHubbub API. When you start the application, it will subscribe to Instagram's #catsofinstagram tag. Instagram will send POST requests to your application every time a new image is posted with the tag.

In order to receive the POST requests from Instagram, you must run the application at a publicly accessible address and specify the public host in the config.js file. For development purposes, it is generally most convenient to use something like ngrok to expose a locally-running instance of the application to the public Internet.

The application uses RethinkDB change feeds to identify newly-added cats and then uses WebSockets to propagate cat information to the application frontend. For more details about how the application works, you can read the CatThink tutorial on the RethinkDB website.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published