Skip to content

Instantly share code, notes, and snippets.

View ernopp's full-sized avatar
🐛

Ernest Oppetit ernopp

🐛
  • United Kingdom
View GitHub Profile
@JuanJo4
JuanJo4 / app.js
Last active September 26, 2020 21:53
Twitter OAuth with node-oauth for node.js + express 4
/*
Node.js, express, oauth example using Twitters API
Install Dependencies:
npm install express
npm install oauth
Create App File:
Save this file to app.js