Skip to content

dmitry12/underhood-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

underhood-feed

Playing with react-blessed, trying to get twitter feeds and display them in terminal

Start

You need too have $REPO/env.sh file with twitter credentials:

export TWITTER_CONSUMER_KEY='...'
export TWITTER_CONSUMER_SECRET='...'
export TWITTER_ACCESS_TOKEN_KEY='...'
export TWITTER_ACCESS_TOKEN_SECRET='...'

Then:

set -a
source env.sh
./node_modules/.bin/babel-node demo.jsx

or

set -a && source env.sh && ./node_modules/.bin/babel-node demo.jsx

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published