An open API service indexing awesome lists of open source software.

https://github.com/billstclair/elm-digital-ocean

An Elm client for the Digital Ocean API
https://github.com/billstclair/elm-digital-ocean

Last synced: about 1 month ago
JSON representation

An Elm client for the Digital Ocean API

Awesome Lists containing this project

README

          

The [billstclair/elm-digital-ocean](http://package.elm-lang.org/packages/billstclair/elm-digital-ocean/latest) package includes the [DigitalOcean](src/DigitalOcean.elm) module, an Elm client library for a subset of the [Digital Ocean](https://digitalocean.com/) HTTP [API](https://developers.digitalocean.com/documentation/v2/).

It requires token(s) for your account(s). You can create them on the "[API/Tokens](https://cloud.digitalocean.com/settings/api/tokens)" page.

There is an example webapp in the [examples](examples/) directory. See its README for instructions on running it.

The example is live at [lisplog.org/elm-do](https://lisplog.org/elm-do/).

Bill St. Clair <>

10 February 2017