Creates tweets.
npm install --global tweeter-client@^4.25.0
yarn global add tweeter-client@^4.25.0
(if configured properly)
npm install --global @jaid/tweeter-client@^4.25.0
Tweet every time tweeter-client
starts.
tweeters:
- type: test
handle: jaidlive
After installing package tweeter-client
globally, you can use its command line interface.
tweeter-client
For usage instructions:
tweeter-client --help
Setting up:
git clone git@github.com:jaid/tweeter-client.git
cd tweeter-client
npm install
Testing:
npm run test:dev
Testing in production environment:
npm run test
MIT License
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)