Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flexio-sdk-js

Package Overview
Dependencies
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexio-sdk-js

Javascript SDK for managing Flex.io resources and services

  • 1.28.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

flexio-sdk-js

Javascript SDK for managing Flex.io resources and services

The Flex.io SDK for Javascript is intended for developers who want to integrate Flex.io into their Javacript applications. This respository also includes the Flex.io Command Line Interface (CLI) is a tool used to manage your Flex.io resources and services. With just one compact tool, you can integrate Flex.io services into your scripts and command-line environment, enabling powerful integration with other systems and software. As of this writing, this SDK is only intended for Node.js applications. Client-side Javascript applications should call Flex.io's REST API directy.

Installing

In Node.js

The preferred way of installing the Flex.io SDK For Node.js is to use the npm package manager. At a command prompt, simply go to your project directory and type in the following command

npm install flexio-sdk-js

Getting off of a CDN

If you simply want to use the Flex.io Javascript SDK in a browser, you can add a script tag with a link to one of the CDNs below:

For example:

<script src="https://cdn.jsdelivr.net/npm/flexio-sdk-js"></script>

Documentation

Full documentation for the Flex.io Javascript SDK can be found here

License

This SDK is distributed under the Apache License, Version 2.0, see LICENSE for more information.

FAQs

Package last updated on 10 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc