Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Improve data output #6

Open
DavidLemayian opened this issue Aug 25, 2017 · 0 comments
Open

Improve data output #6

DavidLemayian opened this issue Aug 25, 2017 · 0 comments

Comments

@DavidLemayian
Copy link
Contributor

We should improve the data output to match the following JSON:

[
    {
        "nid": "191672",
        "type": "article",
        "title": "...",
        "byline": "...",
        "date": "...",
        "img_url": "...",
        "img_alt": "...",
        "body": "...",
        "short": "...",
        "newsitem_id": "1621357",
        "section_id": "24"
    },
    {
        ...
    }
]

This should significantly reduce the complexity of our processing during scraping and during display on the StarHealth website.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant