Create charities using charitynavigator keyword search
Opened this issue · 1 comments
chandler37 commented
CN's GET /v2/Organizations
accepts keyword arguments. We could create a view (maybe exposed only through rails_admin?) that has a search box, calls that API, displays the results, and allows for creating a Charity based on a result, prepopulating as many fields as it can.
chandler37 commented
We now have DecorateCharityViaCharitynavigator that creates a Charity given an EIN. That's part of this.