Website launched & jQuery extension
Website launched & jQuery extension
Free Image Hosting for Steem Projects
Hello Steemians,
we just launched our website! Check it out at https://pixelhosting.co. We are looking forward to hearing from many amazing project owners which are interested in PixelHosting.
Furthermore we released a small jQuery extension.
To implement it you can use our cdn:
<script src="https://cdn.pixelhosting.co/static/lib/pixelhosting_1_0_3.js></script>
<script>
let imageData = "data:image/png;base64,R0l...";
$.pixelUpload({
"x-api-key":"YOUR_API_KEY",
"x-api-key-id":"YOUR_API_KEY_ID",
}, imageData).then((data) => {
console.log(data.secure_url);
})
</script>
For any custom implementaion check out our documentaion: https://pixelhosting.docs.apiary.io
Interesting, I couldn't stop myself from asking what's the catch. It's free, really?
There are some typos BTW FYI, We provide a interactive API documentaion