Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Scrapes the NHS A-Z health index to collect data relating to health conditions.

Notifications You must be signed in to change notification settings

GlassAndOneHalf/nhs-index-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHS Index Scraper

Introduction

This application scrapes the NHS A-Z health index for data health issues and their associated symptoms. This data is saved in JSON format for consumption by other applications

Using the scraper

  1. Select an output directory for the JSON files in application.conf.

  2. Ensure you have SBT installed.

  3. Navigate to the project in your favourite terminal application and enter sbt run

Dependencies

  • JSoup is used to scrape the NHS page data.
  • Circe is used for writing JSON data.

Potential Improvements

Due to time constraints, there are some improvements that could be made to this application.

  • Tests for the webpage scraping. Scraping is inheriently unreliable as we have no control over the content of the target website. Having tests to automatically detect this would be useful.

About

Scrapes the NHS A-Z health index to collect data relating to health conditions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages