Skip to content

Setup

Flystorage is distributed through NPM. Install it using your favourite package manager.

Terminal window
npm install --save @flystorage/file-storage

Flystorage user the adapter pattern to encapsulate storage. It’s important not to interact with an adapter directly. Instead, always interact with the main FileStorage class.

To get started install any of the pre-built adapters or build one yourself.