Show HN: PingQuick – Turn your Python function into an API (pingquick.dev)

5 points by Ilasky ↗ HN
Hi there HN!

I wanted to show you a weekend project I put together. Pingquick (https://www.pingquick.dev/) is a way to create APIs from your python functions. Just write/paste the function in, and it'll give you an endpoint to POST to.

I made Pingquick because I just couldn't stand having to deal with deployment for some simple python functions. So, now I just put my code there and I can ping it as needed without needing to worry about any setup.

Any and all feedback is very much welcome!

Ian

3 comments

[ 3.0 ms ] story [ 24.7 ms ] thread
No idea how to call the api.
Good point. I tried to use axios and it didn't work
Hey there! I've changed the page to generate a curl request that will properly call the function. By default it is looking for a POST request (even if data is empty).