/TweetEmbedder

A tool for curating entries to the #2017HolidayBitcoinGiveaway.

Primary LanguageHTML

TweetEmbedder

  1. Clone
  2. npm install --save
  3. node index.js

Notes

  1. Add the list of tweets you want to embed, line by line, in tweets.txt.
  2. The script will generate tweets.html with the oembed twitter embed markup for every tweet in tweets.txt.
  3. If you would like the script to add the twitter widgets js in order to render the tweets in full, follow the comments in index.js for instructions.