0.0.8 • Published 7 years ago

feature-flagger v0.0.8

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

Feature Flagger

=====================

#Install

npm i feature-flagger --save

#Usage

        featureFlagger.init(
	        'projectId',
	         handleFlagsFunc,
	         handleFlagsErrorFunc
         );

        //automatically poll for changes
        featureFlagger.startListening();

#Running the example

npm start

#Developing Watches index changes and npm installs on example

npm run watch