https://github.com/derhuerst/asciicast-read-stream
Read an Asciicast as a stream of frames.
https://github.com/derhuerst/asciicast-read-stream
asciicast asciinema
Last synced: 8 months ago
JSON representation
Read an Asciicast as a stream of frames.
- Host: GitHub
- URL: https://github.com/derhuerst/asciicast-read-stream
- Owner: derhuerst
- License: isc
- Created: 2017-05-27T09:27:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T15:52:24.000Z (over 5 years ago)
- Last Synced: 2025-02-07T22:05:23.104Z (8 months ago)
- Topics: asciicast, asciinema
- Language: JavaScript
- Homepage: https://github.com/derhuerst/asciicast-read-stream
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# asciicast-read-stream
**Read an [Asciicast](https://asciinema.org) as a stream of frames.**
[](https://www.npmjs.com/package/asciicast-read-stream)
[](https://travis-ci.org/derhuerst/asciicast-read-stream)

[](https://gitter.im/derhuerst)
[](https://patreon.com/derhuerst)## Installing
```shell
npm install asciicast-read-stream
```## Usage
```js
const read = require('.')read(someAsciicast)
.on('meta', console.log)
.on('data', console.log)
.on('error', console.error)
```## Contributing
If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/asciicast-read-stream/issues).