@bottlenose/rxfs

💾 Stream file data to and from local file system with RxJS

Usage no npm install needed!

<script type="module">
  import bottlenoseRxfs from 'https://cdn.skypack.dev/@bottlenose/rxfs';
</script>

README

CircleCI License: MIT Version

Description

@bottlenose/rxfs is part of the Bottlenose project. It is a simple, lightweight package which makes it easy to read files from the local filesystem into RxJS Observables. It also supports writing and appending Observables into files.

Installation

npm i @bottlenose/rxfs --save

Or...

yarn add @bottlenose/rxfs

Compatability

Platform Support
node.js (>10.0)
Browsers
React Native
Electron

Documentation & Guides