Skip to content

Instantly share code, notes, and snippets.

View akojif's full-sized avatar
🏠
Working from home

Francis Akoji akojif

🏠
Working from home
View GitHub Profile
@akojif
akojif / server.js
Created June 30, 2020 12:19 — forked from joshj/server.js
Twitter OAuth with node-oauth for node.js+express
/*
Node.js, express, oauth example using Twitters API
Install Node.js:
curl -0 http://nodejs.org/dist/v0.6.11/node-v0.6.11.tar.gz
tar -zxf node-v0.6.11.tar.gz
cd node-v0.6.11
./configure
make
make install