Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/purplehorrorrus/node-livestream-metainfo

Lightweight module for fetching basic meta information from livestreams
https://github.com/purplehorrorrus/node-livestream-metainfo

Last synced: 7 days ago
JSON representation

Lightweight module for fetching basic meta information from livestreams

Awesome Lists containing this project

README

        

## About

Lightweight module for fetching basic meta information from livestreams

## Installing

Add to your project

```bash
npm install node-livestream-metainfo
// or
yarn add node-livestream-metainfo
```

## Example

```javascript
const parser = require("node-livestream-metainfo");

const station = await parser("https://....");
console.log(station);
```