{"id":26294579,"url":"https://github.com/chrismichaelps/covid19-gql","last_synced_at":"2025-07-21T06:34:03.269Z","repository":{"id":99179295,"uuid":"258565785","full_name":"chrismichaelps/covid19-gql","owner":"chrismichaelps","description":"This GraphQL API provides updated real-time data on coronavirus cases from the worldometers page and other important websites, provided by the most reputable organizations and statistical offices in the world.","archived":false,"fork":false,"pushed_at":"2020-04-26T18:36:20.000Z","size":253,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T03:21:29.561Z","etag":null,"topics":["coronavirus","coronavirus-api","covid-19","covid-virus","covid19-graphql","novel-coronavirus-2019","pandemic"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chrismichaelps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-24T16:30:02.000Z","updated_at":"2020-04-26T18:36:22.000Z","dependencies_parsed_at":"2023-06-04T11:17:34.529Z","dependency_job_id":null,"html_url":"https://github.com/chrismichaelps/covid19-gql","commit_stats":null,"previous_names":["chrismichaelps/covid19-gql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chrismichaelps/covid19-gql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fcovid19-gql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fcovid19-gql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fcovid19-gql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fcovid19-gql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrismichaelps","download_url":"https://codeload.github.com/chrismichaelps/covid19-gql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrismichaelps%2Fcovid19-gql/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266253713,"owners_count":23900055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coronavirus","coronavirus-api","covid-19","covid-virus","covid19-graphql","novel-coronavirus-2019","pandemic"],"created_at":"2025-03-15T03:20:31.431Z","updated_at":"2025-07-21T06:33:58.256Z","avatar_url":"https://github.com/chrismichaelps.png","language":"TypeScript","funding_links":["https://paypal.me/chrismperezsantiago?locale.x=en_US","https://www.buymeacoffee.com/chrismichael"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./assets/img/logo.png\" width=\"50%\" alt=\"Nest Logo\" /\u003e\n\u003c/p\u003e\n\n[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master\n[travis-url]: https://travis-ci.org/nestjs/nest\n[linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux\n[linux-url]: https://travis-ci.org/nestjs/nest\n  \n  \u003cp align=\"center\"\u003eThis GraphQL API provides updated real-time data on coronavirus cases from the worldometers page and other important websites, provided by the most reputable organizations and statistical offices in the world.\u003c/p\u003e\n    \u003cp align=\"center\"\u003e\n\n\u003cimg alt=\"Maintenance\" src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\" /\u003e          \n\u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n\u003cimg src=\"https://img.shields.io/badge/COVID19-API-brightgreen.svg\"/\u003e\n\u003cimg alt=\"now\" src=\"https://badgen.net/badge/icon/now?icon=now\u0026label\"\u003e\n\n\n\n\n## 🚨 Project in premature state 🚨\nProject started, and in development process. More information in the next days / weeks.\n\n\n## ⚙️ Collaboration installation process\n\n**Installation of all dependencies**\n\n```shell\nnpm install\n```\n\n**Start local server**\nLocal server port assigned to **PORT 3000**\n\n```shell\nnpm run start\n```\n\n**GraphQL Playground**\n\n```shell\nhttp://localhost:3000/graphql\n```\n\n\n## 📖 Documentation\n\n\n## Data Queries From Puerto Rico\n \n\n\n### Medical Data\n- [x] **PRMedicalAidDistribution**\n\n```graphql\nquery{\n  PRMedicalAidDistribution{\n    recipient_Name \n    city\n    county\n    state\n    first_shipment\n    last_shipment\n    weight_lbs\n    country\n    facility_type\n    number_of_deliveries\n    cost\n  }\n}\n```\n\n### Biosecurity\n- [x] **PRDataByTowns**\n\n```graphql\nquery{\n  PRDataByTowns{\n    table{\n      attributes{\n        town\n        health_region\n        total_cases\n      }\n    }\n  }\n}\n```\n\n- [x] **HospitalDataAndNeeds**\n```graphql\nquery{\n  PRHospitalDataAndNeeds{\n    table{\n      attributes{\n        T_Camas_Adult_Disp\n        T_Camas_Adult_Int_Disp\n        T_Camas_Adult_Int_Occ\n        T_Camas_Ped_Int_Disp \n        T_Camas_Ped_Int_Occ\n        T_Cuartos_PSINeg_Disp\n        T_Cuartos_PSINeg_Occ\n        T_Vent_Adult_Disp\n        T_Vent_Adult_Occ\n        T_Vent_Ped_Disp\n        T_Vent_Ped_Occ\n        T_Morgue_Disp\n        T_Morgue_Occ\n        // ......\n      }\n    }\n  }\n}\n```\n\n- [x] **PRBiosecurityDataByRegion**\n```graphql\nquery{\n  PRBiosecurityDataByRegion{\n    table{\n      attributes{\n        RegionSalud\n        Region\n        Total\n      }\n    }\n  }\n}\n```\n\n\n## \u003cimg src=\"https://img.icons8.com/color/48/000000/paypal.png\"\u003e **Donations**\nCOVID19 GraphQL API is an open source project licensed by MIT with continuous development. If you want me to continue maintaining this library and you are interested in continuing to use it, you can help me with a monetary help in the following link:\n\n\n- [One-time donation via PayPal.](https://paypal.me/chrismperezsantiago?locale.x=en_US)\n\n\u003ca href=\"https://www.buymeacoffee.com/chrismichael\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" style=\"height: 51px !important;width: 217px !important;\" \u003e\u003c/a\u003e\n\nThese are projects that take a lot of effort and time to maintain. So with your help I will be more motivated to continue maintaining the COVID19 API project.\n\n## **:handshake: Contributing**\n\n- Fork it!\n- Create your feature branch: `git checkout -b my-new-feature`\n- Commit your changes: `git commit -am 'Add some feature'`\n- Push to the branch: `git push origin my-new-feature`\n- Submit a pull request\n\n---\n\n### **:busts_in_silhouette: Credits**\n\n- [Chris Michael](https://github.com/ChrisMichaelPerezSantiago) (Project Leader, and Developer)\n\n---\n\n### **:anger: Troubleshootings**\n\nThis is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may\nnot be a good fit for your project(s).\n\n---\n\n### **:heart: Show your support**\n\nPlease :star: this repository if you like it or this project helped you!\\\nFeel free to open issues or submit pull-requests to help me improving my work.\n\n\n---\n\n\n### **:robot: Author**\n\n_*Chris Michael*_\n\n\u003e You can follow me on\n[github](https://github.com/ChrisMichaelPerezSantiago)\u0026nbsp;\u0026middot;\u0026nbsp;[twitter](https://twitter.com/Chris5855M)\n\n---\n\nCopyright © 2020 [COVID19 GraphQL API](https://github.com/ChrisMichaelPerezSantiago/covid19-gql).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrismichaelps%2Fcovid19-gql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrismichaelps%2Fcovid19-gql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrismichaelps%2Fcovid19-gql/lists"}