Giter Club home page Giter Club logo

covid-laravel-example's Introduction

How to use furesz/covid-data-checker

1. Install

composer require furesz/covid-data-checker

2. Description

The service use archive.org WaybackMachine to get historical result from https://koronavirus.gov.hu

NOTE: Unfortunately the archive.org website sometimes instable, so we can retry request in case of

  • GuzzleException
  • GetMetadataException

There is also an Exception what we need to handle is the:

  • SiteParserException

The SiteParserException is because the site structure may change (and changed in the past), so for the different version we have different parsers:

3. Basic command usage

artisan stat:fetch

This command will build a json file in the base_path folder called app-status.json

The file looks like:

{
    "lastRequestedDate": "2020-04-12T00:00:00+00:00",
    "closestDateForLastRequest": "2020-04-12T12:15:16+00:00",
    "results": [
        {
            "url": "http:\/\/web.archive.org\/web\/20200305085214\/https:\/\/koronavirus.gov.hu\/",
            "date": "2020-03-05T08:52:14+00:00",
            "data": {
                "infected": 2,
                "healed": 0,
                "lockDown": 21,
                "samples": 230,
                "died": 0
            }
        }
  ]
}

covid-laravel-example's People

Contributors

fureszpeter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.