0.0.0-canary ā€¢ Published 2 years ago

sammy.js v0.0.0-canary

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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'
})