petersolopov / carbonara

API for carbon
MIT License
125 stars 32 forks source link

Website is Down!! #19

Closed Jonak-Adipta-Kalita closed 2 years ago

petersolopov commented 2 years ago

Endpoint is working. You can try download image code.png in terminal:

curl -L https://carbonara-42.herokuapp.com/api/cook \
-X POST \
-H 'Content-Type: application/json' \
-d '{
      "code": "export default const sum = (a, b) => a + b",
      "backgroundColor": "#1F816D"
    }' \
> code.png
Jonak-Adipta-Kalita commented 2 years ago

Ok Thanks a lot buddy!!