Skip to content

Latest commit

 

History

History
executable file
·
22 lines (17 loc) · 591 Bytes

README.md

File metadata and controls

executable file
·
22 lines (17 loc) · 591 Bytes

eventsFeedPlugin

=======

Events Feed Plugin

BuildFire Plugin to import calendar events from ical feed url 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

Pre-requisite : Before running the plugin, start the node proxy server. Steps:

  • cd server
  • node app

How to run test cases(For plugin)

  • npm install
  • karma start

How to run test cases(For node proxy server)

  • cd server
  • npm install
  • mocha test