An image generator for viewers
Basic sample
https://sabunjelly.com/api/views/?user=9r3i-views
Right now, available hosts only in
https://sabunjelly.com
And path to API is /api/views/
There are user
(required), register
, color
and monitor
.
This parameter is required, as user-key to views counter, for example:
https://sabunjelly.com/api/views/?user=9r3i-views
First access user cannot use the API, so it's gonna need some register, add parameter register
to url query with value a github repository that has views binary file views.bin
, for example:
https://sabunjelly.com/api/views/?user=9r3i-views®ister=github.com/9r3i/views/tree/master
This parameter is to add text color, this parameter color
is optional, default value is 0,0,0
(black), the values of red, yellow and blue, separated by comma, for example to add color soft blue:
https://sabunjelly.com/api/views/?user=9r3i-views&color=51,119,187
This parameter is for monitoring the views, if this parameter is set, the counter won't increase, for example:
https://sabunjelly.com/api/views/?user=9r3i-views&monitor=true
That's all there is to it. Alhamdulillaah...