Skip to content

Commit

Permalink
Add favorite and retweet count
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Mar 15, 2019
1 parent ac30243 commit be865f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function updateGist(tweet) {
gist_id: gistId,
files: {
[filename]: {
'filename': `🐦 @${twitterHandle} - ${timeAgo} ago`,
'filename': `@${twitterHandle} - ${timeAgo} ago | ❤ ${tweet.favorite_count} | 🔁 ${tweet.retweet_count}`,
content: wrap(tweet.text)
}
}
Expand Down

0 comments on commit be865f5

Please sign in to comment.