Deploying a Minimal API using plumber on DigitalOcean
Some quick notes on deploying an API (generated with plumber) on DigitalOcean.
Development Setup
On your local machine install a couple of packages from GitHub.
__ devtools::install_github("trestletech/plumber")
__ devtools::install_github("sckott/analogsea")
In RStudio open a new script and create a single, simple API endpoint which will ...
[Read more...]