sammy.js
v0.0.0-canary
Published
🐬 A powerful Node.js SDK for DigitalOcean
Downloads
1
Maintainers
Readme
sammy.js
🐬 A powerful Node.js SDK for DigitalOcean
Reasons to choose sammy.js:
- fully asynchronous
- small n' easy
- no dependencies
Installation
Install sammy.js using your favorite package manager.
npm i sammy.js
yarn add sammy.js
pnpm add sammy.js
Usage
import setup, { action } from 'sammy.js/package'
setup({
token: 'your api token'
})