cowbell / cordova-plugin-geofence

Geofencing plugin for cordova
Apache License 2.0
264 stars 318 forks source link

Added startTime and endTime feature. #198

Closed greghuels closed 5 years ago

greghuels commented 7 years ago

This was needed for a project I was working on that mandated a "Happy Hour" arrival notification for users at an event. The event was near the happy hour and I didn't want the notification going off when users were walking around. I also didn't want it to go off if they went to the bar a few days earlier or after the event happened.

greghuels commented 7 years ago

Also, I only built this for iOS and Android since that's what my project needed, so windows is not supported.