Qix-/color

The issue has been closed
Hosted API #169
chrisvxd posted onGitHub
Hey @Qix- 👋 Thanks for the awesome library.
I'm looking to convert open source libs into SaaS APIs as part of my work with saasify.sh and thought color would be a great fit.
Here's a working demo of what I was thinking, generated from this source:
curl -X POST \
'https://api.saasify.sh/1/call/dev/color@a9f6c384/convert' \
-H 'content-type: application/json' \
-d '{
"input": "#f08a5d",
"outputType": "hsv"
}'
There's also a demo for a standalone SaaS site generated from the same source.
We'd like to offer a rate-limited API and reserve most of the profits for you. As an example, we've also worked on converting sindresorhus' imagemin and minimaxir's stylecloud to APIs.
Looking forward to hearing your thoughts! Would also be happy to jump on a quick call to discuss.