A Twitter bot @FlatcarVersion for reporting the latest versions of Flatcar Container Linux.
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 &