├── .gitignore ├── LICENSE ├── README.md └── cron.php /.gitignore: -------------------------------------------------------------------------------- 1 | data.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easychen/nCoV-push/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easychen/nCoV-push/HEAD/README.md -------------------------------------------------------------------------------- /cron.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/easychen/nCoV-push/HEAD/cron.php --------------------------------------------------------------------------------