Skip to content

Instantly share code, notes, and snippets.

@tpaschalis
tpaschalis / README-Template.md
Created February 25, 2018 08:56 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@tpaschalis
tpaschalis / README.md
Last active March 6, 2018 21:24 — forked from edds/README.md
Stream tweets containing a specific hashtag to your browser, using Socket.io

A simple example to create a websocket server and stream tweets of a specific hashtag to your browser.

Setup

$ sudo npm install socket.io 
$ sudo npm install twitter

Get your Standard Twitter API credentials from https://apps.twitter.com/ .
Make sure to include any valid URL (eg. https://www.google.com) as the Callback URL, so that the keys can work as a browser app.