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 clean
See scripts/config
for more details.
- React
- feedparser
- nodemw
- etc.