everypolitician / webhook-manager

Notifies other apps whenever EveryPolitician data changes, in style of GitHub's webhooks
https://everypolitician-app-manager.herokuapp.com/
1 stars 2 forks source link

Update viewer-sinatra when data is updated as well as added #1

Closed chrismytton closed 9 years ago

chrismytton commented 9 years ago

Currently we only check for newly added final.json files being added to everypolitician-data. We should also check for changes so that data that's been refreshed can be picked up as well.

chrismytton commented 9 years ago

Fixed in https://github.com/everypolitician/github-event-handler/commit/43ece83b10f54271cd6f47a09aff2add51090f95 where we now check for files added and modified in each pushed commit.