{"id":15374397,"url":"https://github.com/warengonzaga/disease-tracker-wp","last_synced_at":"2025-10-25T20:42:09.100Z","repository":{"id":92763414,"uuid":"271922157","full_name":"warengonzaga/disease-tracker-wp","owner":"warengonzaga","description":"All-in-one disease tracker for WordPress.","archived":false,"fork":false,"pushed_at":"2021-03-06T12:09:54.000Z","size":35,"stargazers_count":6,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T07:05:44.838Z","etag":null,"topics":["coronavirus","covid-19","covid19","disease","live","plugin","real-time","shortcodes","tracker","update","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/warengonzaga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"custom":["https://buymeacoff.ee/warengonzaga","https://paypal.me/warengonzagaofficial"]}},"created_at":"2020-06-13T01:50:20.000Z","updated_at":"2024-08-19T10:32:27.000Z","dependencies_parsed_at":"2023-04-14T00:52:39.759Z","dependency_job_id":null,"html_url":"https://github.com/warengonzaga/disease-tracker-wp","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.25,"last_synced_commit":"e0873fc9d2a822083d6dd134c3acb8c4be5e343d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fdisease-tracker-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fdisease-tracker-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fdisease-tracker-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warengonzaga%2Fdisease-tracker-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warengonzaga","download_url":"https://codeload.github.com/warengonzaga/disease-tracker-wp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248619116,"owners_count":21134349,"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","covid-19","covid19","disease","live","plugin","real-time","shortcodes","tracker","update","wordpress"],"created_at":"2024-10-01T13:58:43.371Z","updated_at":"2025-10-25T20:42:08.990Z","avatar_url":"https://github.com/warengonzaga.png","language":"PHP","funding_links":["https://buymeacoff.ee/warengonzaga","https://paypal.me/warengonzagaofficial"],"categories":[],"sub_categories":[],"readme":"# WP Disease Tracker (Beta) [![Developed by Waren Gonzaga](https://img.shields.io/badge/Developed%20by-Waren%20Gonzaga-blue.svg?longCache=true\u0026style=for-the-badge)](https://facebook.com/warengonzagaofficial)\n\n[![Github Release](https://img.shields.io/github/release/warengonzaga/wp-disease-tracker.svg?style=for-the-badge)](https://github.com/warengonzaga/wp-disease-tracker/releases) [![Github Star](https://img.shields.io/github/stars/warengonzaga/wp-disease-tracker.svg?style=for-the-badge)](https://github.com/warengonzaga/wp-disease-tracker) [![Github Fork](https://img.shields.io/github/forks/warengonzaga/wp-disease-tracker.svg?style=for-the-badge)](https://github.com/warengonzaga/wp-disease-tracker) [![License](https://img.shields.io/github/license/warengonzaga/wp-disease-tracker.svg?style=for-the-badge)](https://github.com/warengonzaga/wp-disease-tracker) [![Powered By](https://img.shields.io/badge/Powered%20By-WordPress-blue.svg?style=for-the-badge)](https://wordpress.org)\n\n**WP Disease Tracker** is an open-source all-in-one WordPress plugin that uses shortcodes to track different disease cases around the world. An optimized WordPress plugin and a simple tracker for WordPress websites with real-time updates from reliable data source. [Visit Wiki](https://github.com/warengonzaga/wp-disease-tracker/wiki)\n\n## Available Tracker\n\n- COVID-19 / Coronavirus / Novel COVID\n\n## Featured By\n\nWanna feature this project? Let me know!\n\n## How it Works\n\nIt uses an API to collect data from a reliable data source and returns the value as a WordPress Shortcodes.\n\n\u003e Data Source: \u003chttps://www.worldometers.info/coronavirus\u003e\n\n## Installation\n\nTo be able to start using this plugin just [download the latest release here](https://github.com/warengonzaga/wp-disease-tracker/releases/latest).\n\n- Upload the plugin (.zip file) to the /wp-content/plugins/ directory.\n- Activate the WP Disease Tracker WordPress plugin through the ‘Plugins’ menu in WordPress.\n- Use the shortcodes from WP Disease Tracker into your posts or pages..\n\n## Shortcode Usage\n\n### COVID-19 Global Tracking\n\nHere's the basic usage for the covid-19 global tracking using shortcode.\n\n```php\n// global cases\n[covid19_global data=\"cases\"]\n\n// global deaths\n[covid19_global data=\"deaths\"]\n\n// global recoveries\n[covid19_global data=\"recovered\"]\n\n// global active\n[covid19_global data=\"active\"]\n\n// global critical\n[covid19_global data=\"critical\"]\n\n// global tests\n[covid19_global data=\"tests\"]\n\n// global population\n[covid19_global data=\"population\"]\n\n// more value for data attribute soon...\n```\n\nFor more information about the value for ``data`` atribute please [Visit Wiki](https://github.com/warengonzaga/wp-disease-tracker/wiki).\n\n## Contributing\n\nContributions are welcome, create a pull request to this repo and I will review your code. Please consider to submit your pull request to the ```dev``` branch. Thank you!\n\n## Issues\n\nIf you're facing a problem in using WP Disease Tracker please let me know by creating an issue in this github repository. I'm happy to help you! Don't forget to provide some screenshot or error logs of it!\n\n## To Do\n\n- Support per country\n- Submit to WordPress plugin repo\n- More... (have suggestions? let me know!)\n\n## Sources\n\n- API Provider from [NovelCOVID API](https://github.com/NovelCOVID/API)\n- Data Provider from [WorldMeter](https://www.worldometers.info/coronavirus)\n\n## Resources\n\n- \u003chttps://github.com/NovelCOVID/awesome-novelcovid\u003e\n- \u003chttps://github.com/soroushchehresa/awesome-coronavirus\u003e\n- \u003chttps://github.com/fight-covid19/community\u003e\n\n---\n\n## Community\n\nWanna see other projects I made? Join today!\n\n[![Community](https://discordapp.com/api/guilds/659684980137656340/widget.png?style=banner3)](https://discord.link/warengonzaga)\n\n## Donate or Support\n\nIf you love this project please consider to support the development and help me to support the API and Data provider of this WordPress plugin by means of coffee. Be a sponsor or backer of this project. Just a cup of coffee!\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?style=for-the-badge)](https://paypal.me/warengonzagaofficial) [![Support](https://img.shields.io/badge/Support-Buy%20Me%20A%20Coffee-orange.svg?style=for-the-badge)](https://buymeacoff.ee/warengonzaga)\n\n## Related Project\n\n[![COVID-19 Tracker CLI](https://readme-stats.warengonzaga.com/api/pin/?username=trackercli\u0026repo=covid19-tracker-cli)](https://github.com/trackercli/covid19-tracker-cli)\n\n## License\n\nWP Disease Tracker is licensed under GNU General Public License v3 - \u003chttps://opensource.org/licenses/GPL-3.0\u003e\n\n## Author\n\nWP Disease Tracker is Developed and Maintained by **Waren Gonzaga**\n\n- **Facebook:** \u003chttps://facebook.com/warengonzagaofficial\u003e\n- **Twitter:** \u003chttps://twitter.com/warengonzaga\u003e\n- **Website:** \u003chttps://warengonzaga.com\u003e\n- **Business:** \u003chttps://warengonzaga.co\u003e\n\n---\n\n:computer: with :heart: by **Waren Gonzaga** with **YHWH** :pray:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarengonzaga%2Fdisease-tracker-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarengonzaga%2Fdisease-tracker-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarengonzaga%2Fdisease-tracker-wp/lists"}