mirror of
https://github.com/Quackster/Minerva.git
synced 2025-06-29 21:07:45 +00:00
Update README.md
This commit is contained in:
parent
e291089334
commit
06c482aca1
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -34,6 +34,18 @@ The endpoints will be available:
|
|||
|
||||
``/habbo-imaging/badge-fill/{badge-code}.gif``
|
||||
|
||||
## How do I use it for my site?
|
||||
|
||||
You can proxy it.
|
||||
|
||||
An example in PHP:
|
||||
|
||||
```php
|
||||
<?php
|
||||
header ('Content-Type: image/png');
|
||||
echo file_get_contents("http://127.0.0.1:8090/?" . $_SERVER['QUERY_STRING']);
|
||||
?>
|
||||
```
|
||||
## Cloning this repository
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue