Skip to content

๐Ÿ’–๐Ÿ’ป A little dashboard that tries to take care of you when you're using your terminal.

Notifications You must be signed in to change notification settings

LinuxNuts/tiny-care-terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

tiny-terminal-care

Contains some things to take care of you when you're using your terminal:

Make it go

Set up API keys

You need Twitter API keys for this to work. After you've set them up, create an .env file in the root of this folder, and add these variables to it (see the sample.env for an example):

CONSUMER_KEY='...'
CONSUMER_SECRET='...'
ACCESS_TOKEN='...'
ACCESS_TOKEN_SECRET='...'

Do the npm dance

npm install
npm start

About

๐Ÿ’–๐Ÿ’ป A little dashboard that tries to take care of you when you're using your terminal.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.8%
  • Shell 8.2%