seaplane
TypeScript icon, indicating that this package has built-in type declarations

1.0.14 • Public • Published

Seaplane Javascript SDK

npm version

Simple Javascript library to manage your resources at seaplane.

What is Seaplane?

Seaplane is the global platform for building and scaling your application stack without the complexity of managing cloud infrastructure.

It serves as a reference application for how our APIs can be utilized.

Not sure where to go to quickly run a workload on Seaplane? See our Getting Started guide.

To build and test this software yourself, see the CONTRIBUTING document that is a peer to this one.

Installation

npm install seaplane

Configure your API KEY

  • Use config object in order to set the api key.
const sea = require('seaplane')

const config = new sea.Configuration({ 
  apiKey: "your_api_key"  
})

License

Licensed under the Apache License, Version 2.0, LICENSE. Copyright 2022 Seaplane IO, Inc.

Readme

Keywords

none

Package Sidebar

Install

npm i seaplane

Homepage

seaplane.io

Weekly Downloads

2

Version

1.0.14

License

Apache License

Unpacked Size

107 kB

Total Files

116

Last publish

Collaborators

  • seaplane