diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-19 16:31:14 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-19 16:31:14 -0500 |
commit | 30b2b0fcb01f42448fc6ceb1bd100f34c8c44b66 (patch) | |
tree | 63082325f18b41c8643c67e03c7c3d52e81905a7 | |
parent | 9157ff4195779fdbd2c69f4fce224110eafabe36 (diff) | |
download | ytexplode-30b2b0fcb01f42448fc6ceb1bd100f34c8c44b66.tar.lz ytexplode-30b2b0fcb01f42448fc6ceb1bd100f34c8c44b66.tar.xz ytexplode-30b2b0fcb01f42448fc6ceb1bd100f34c8c44b66.zip |
README.md: update
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -9,9 +9,16 @@ Single youtube explode API in PHP 3. `$ doas chown http.http -R ytexplode` 4. `$ doas chmod g+w -R ytexplode` +## Local test + + php -S localhost:9001 + +after open `http://localhost:9001` in your browser or +with `curl`. + ## Usage - http://localhost/?id=R3Lu3mWDFtg + http://localhost/?id=aqz-KE-bpKQ ## License |