Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 557 Bytes

File metadata and controls

21 lines (16 loc) · 557 Bytes

pluginPluginMediaCenterRSS

BuildFire Plugin to import RSS/ATOM feed content into your app.

Important Note

This plugin is using a proxy server, the code for proxy server can be found on: https://github.com/BuildFire/proxyServer

Start Node server

  • cd server
  • npm install
  • node server.js

How to run test cases

run Unit Test cases for server.js

  • cd server/
  • npm install
  • mocha test Or npm test

run angularJS Unit Test cases

  • npm install
  • karma start