Is there any way to view the alerts that you set up?
I'm really enjoying this app.
The only way I could implement that is to prompt a user to enter their email and it'll pull up the alerts associated with that email. I'd also let them delete them in that case.
My concern is that if someone else gets your email, they could view/delete your alerts. But if you don't really consider this too much of a concern, I can build it out real quick.
And thanks!
It sure would be nice to cancel alerts but I see what you're saying about someone getting your email address. how about this. On the email alert that is sent can you include a link to cancel the alert?
What happens when you set up an alert goes something like this:
1. An alert is saved in my database.
2. My server runs a check every 60 seconds against the database.
3. If an alert gets trigger, an email is sent, and the alert is deleted from the database.
This means that once your alert is triggered, it won't be triggered again.
Otherwise, if you set an alert for when the price is below 6.0 for example, and the alert is triggered, it would keep emailing you until the price is above 6.0.
TR;DR: Alerts are deleted after they are triggered.