Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WITHOUT USING SOMETHING LIKE LOCALTUNNEL TO EXPOSE A PORT:
https://github.com/progrium/localtunnel/


1) Install Node.js
1) Install Node.js

curl -O http://nodejs.org/dist/node-v0.4.1.tar.gz
tar xvf node-v0.4.1.tar.gz
Expand All @@ -20,7 +20,7 @@ sudo make && sudo make install
2) Install Redis

curl -O http://redis.googlecode.com/files/redis-2.2.1.tar.gz
tar xvf redis-2.2.1.tar.giz
tar xvf redis-2.2.1.tar.gz
./configure
sudo make && sudo make install

Expand All @@ -41,7 +41,7 @@ sudo make install
4) Install required node libraries

sudo npm install redis
sudo npm install socket.io
sudo npm install socket.io
sudo npm install express
sudo npm install jade

Expand Down Expand Up @@ -81,4 +81,4 @@ curl -F 'client_id=YOUR-CLIENT-ID' \
-F 'callback_url=http://your-server:3000/callbacks/geo/london/' \
https://api.instagram.com/v1/subscriptions/

Notice that the slug in the URL after /geo/ becomes the name we display with the image when it comes in.
Notice that the slug in the URL after /geo/ becomes the name we display with the image when it comes in.