Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 495 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 495 Bytes

node-load-tweet

A small node.js script which posts a linux server's load uptime to your twitter timeline.

Dependencies

npm install ntwitter

Configure

  • Rename config_example.js to config.js
  • Add your Twitter keys to the conf.js file
  • Populate (or not) exports.prepend_status_content and exports.append_status_content

Usage

node app.js

I like to use forever with some logging to keep it up and running

forever start -l forever.log -ao out.log -ae err.log app.js