/CoreOSVersion

A Twitter bot for reporting the release of the latest CoreOS Container Linux version.

Primary LanguageJavaScriptMIT LicenseMIT

Flatcar Container Linux Version

A Twitter bot @FlatcarVersion for reporting the latest versions of Flatcar Container Linux.

Usage

git clone https://github.com/heqian/CoreOSVersion.git
cd CoreOSVersion/
cp config.sample.js config.js
# Add your valid Twitter developer credentials
vi config.js
npm install
nohup node index.js &