disease-info
disease-info copied to clipboard
Repo for disease info; a health information data scrapper. Raw data from the scrapper's API is displayed in JSON -
Hi. After I go to http://localhost:3000/diseases.json, there are only 94 diseases in the json. Is there another way to get the whole disease list or there are only 94 diseases?...
Add another data scrapper to get more information on diseases.
Thank you for this. I am building a project bringing awareness to chronic and/or rare diseases in an innovative way. Can a new data point for each disease be created...
Tested out the API url [here](https://disease-info-api.herokuapp.com/diseases) and it seems to be returning the disease symptoms just fine. But then, it's still unchecked as an item in the todo list in...
On a separate debugging/refactor, I notice that `disease_page = open_page("http://www.who.int#{disease_link.attributes["href"].value}")` ( https://github.com/devcenter-square/disease-info/blob/develop/app/lib/scrapers/who_scraper.rb#L33 ) seems to be throwing up a `NoMethodError: undefined method 'attributes' for ... :Array` error, as `disease_link` seems...