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
- Host: GitHub
- URL: https://github.com/billstclair/elm-digital-ocean
- Owner: billstclair
- License: mit
- Created: 2017-02-02T11:55:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T00:44:12.000Z (over 9 years ago)
- Last Synced: 2025-03-02T19:43:04.882Z (over 1 year ago)
- Language: Elm
- Homepage: https://lisplog.org/elm-do
- Size: 78.1 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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