Automatically update The Latest Items Template based on rss.
# install dependencies
npm install
# get data from the configured URL
npm run feed
# generate html based on data
npm run build
# deploy html to wiki page
# require environment variables USERNAME and PASSWORD
npm run deploy
# clean build cache
npm run cleanSee scripts/config for more details.
- React
- feedparser
- nodemw
- etc.