terminal-twitter icon indicating copy to clipboard operation
terminal-twitter copied to clipboard

See tweets via console! (ideal for terminal addicts)

terminal-twitter

Build Status Standard - JavaScript Style Guide Greenkeeper badge

See tweets via console! (ideal for terminal addicts)

screenshot

Installation

This project use ZEIT now cloud hosting platform but you can use your preferred cloud option such as Heroku or AWS.

With now:

  • Install now with npm i -g now or using the desktop client
  • Deploy this project by running now fmiras/terminal-twitter
  • Create an applet on ifttt.com with Twitter as trigger and use any rule you want, then use Webhooks as an action and put your now deployment URL (for example: https://terminal-twitter-aptrjiqazd.now.sh) and send the body json parameters as "username" and "tweet" as follows:
{
  "username": "mirasfederico",
  "tweet": "#Blockchain technology can make things easier on the public sector in a way that we can even imagine!"
}
  • now logs {deployment-id} -f at your terminal and you should start receiveng tweets!

Try it on your computer!

Clone the repo and this commands on the root project directory:

npm install
npm start

The micro app is listening for new tweets on http://localhost:3000