From 251429e274ca0b99f0883dc1188fb45e9f4ae2cd Mon Sep 17 00:00:00 2001 From: SukkaW Date: Thu, 9 Aug 2018 12:04:48 +0800 Subject: [PATCH] docs(README): add README --- README.md | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1c14460 --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +# CheckChrome + +🌐 Yet another chrome offline package download page generator. + +[![Author](https://img.shields.io/badge/Author-Sukka-b68469.svg?style=flat-square)](https://suka.moe) +[![Build Status](https://img.shields.io/travis/SukkaW/CheckChrome.svg?style=flat-square)](https://travis-ci.org/SukkaW/CheckChrome) +[![License](https://img.shields.io/github/license/sukkaw/CheckChrome.svg?style=flat-square)](./LICENSE) + +## Demo + +https://lab.suka.moe/chrome + +## API for CheckChrome + +XML Format Output + +### Not compressed (For development) + +``` +GET https://lab.suka.moe/chrome/api/chrome.xml +``` + +### Compressed (For production) + +``` +GET https://lab.suka.moe/chrome/api/chrome.min.xml +``` + +## Advanced - Google Updater (Omaha) API + +```xml +POST https://tools.google.com/service/update2 +DATA: + + + + + + +``` + +``` +{{appid}} +Stable: 8A69D345-D564-463C-AFF1-A69D9E530F96", +Beta: 8A69D345-D564-463C-AFF1-A69D9E530F96", +Dev: 8A69D345-D564-463C-AFF1-A69D9E530F96", +Canary: 4EA16AC7-FD5A-47C3-875B-DBF4A2008C20" +``` + +``` +{{arch}} +x64, x86 +``` + +``` +{{ap}} +Stable + "x86": "-multi-chrome", + "x64": "x64-stable-multi-chrome" +Beta + "x86": "1.1-beta", + "x64": "x64-beta-multi-chrome" +Dev + "x86": "2.0-dev", + "x64": "x64-dev-multi-chrome" +Canary + "x86": "", + "x64": "x64-canary" +``` + +> [@metowolf](https://github.com/metowolf) https://i-meto.com/chrome-binary/ + +## Author + +**CheckChrome** © [Sukka](https://github.com/SukkaW), Released under the [GPL-3.0](./LICENSE) License. + +> [Personal Website](https://suka.moe) · [Blog](https://blog.suka.moe) · GitHub [@SukkaW](https://github.com/SukkaW) · Telegram Channel [@SukkaChannel](https://t.me/SukkaChannel) + +## Render + +![](https://i.jpg.dog/img/0e777a44b2c75a45af891563bfaa4b1e.png)