framework7-plugin-feeds

v3.0.0
Framework7 Feeds plugin brings easy RSS feeds integration into Framework7 app
mobile framework ios 7 ios7 ios8 ios 8 iphone ipad apple and 7 more...

copy-f7

cpy node_modules/framework7/dist/js/*.* demo/framework7/js && cpy node_modules/framework7/dist/css/*.* demo/framework7/css

download-rss

download http://images.apple.com/main/rss/hotnews/hotnews.rss --out ./demo/rss/ --filename apple.xml && download http://feeds.bbci.co.uk/news/rss.xml --out ./demo/rss/ --filename bbc.xml && download http://feeds.ign.com/ign/all?format=xml --out ./demo/rss/ --filename ign.xml && download http://techcrunch.com/feed/ --out ./demo/rss/ --filename techcrunch.xml

build:dev

cross-env NODE_ENV=development gulp build

build:prod

cross-env NODE_ENV=production gulp build

dev

npm run copy-f7 && cross-env NODE_ENV=development gulp build && cross-env NODE_ENV=development gulp demo && cross-env NODE_ENV=development gulp server

prod

npm run copy-f7 && cross-env NODE_ENV=production gulp demo && cross-env NODE_ENV=production gulp server

lint

eslint .

test

npm run build:dev && eslint .
npm i framework7-plugin-feeds

Metadata

  • MIT
  • >= 0.10.0
  • Vladimir Kharlampidi
  • released 11/29/2021

Downloads

Maintainers