[ANN] A client library for the Zeit API and Δ now.sh

Hello,

https://now.sh is a service to do easy serverless deployments. It’s a way to deploy a web site or application without managing a server directly. Deployments are handled through the Zeit API. The official client is a Node application, which might be a bit heavy for some use cases.

I am happy to announce the release of an OCaml client for this API. It can be used to trigger deployments from an OCaml application. It is available on github & on opam as opam install zeit. An example program is included to demonstrate what the API looks like.

This exposes very few endpoints at the moment, but we plan to use this in the near future to make a better story around deploying OCaml applications.

8 Likes