Skip to content

Instantly share code, notes, and snippets.

@petergerard
petergerard / keybase.md
Created May 3, 2018 02:25
keybase proof

Keybase proof

I hereby claim:

  • I am petergerard on github.
  • I am petergerard (https://keybase.io/petergerard) on keybase.
  • I have a public key ASCI6Kp2SGYD-ovg_qLNY149tQmT5XcW1eWuki6R0Jp7DQo

To claim this, I am signing this object:

Verifying I am +petergerard on my passcard. https://onename.com/petergerard
/*
* twitter-entities.js
* This function converts a tweet with "entity" metadata
* from plain text to linkified HTML.
*
* See the documentation here: http://dev.twitter.com/pages/tweet_entities
* Basically, add ?include_entities=true to your timeline call
*
* Based off existing code from Wade Simmons
* Licensed under the MIT license