1.0.3 • Published 3 years ago

node-livestream-metainfo v1.0.3

Weekly downloads
9
License
ISC
Repository
github
Last release
3 years ago

About

Lightweight module for fetching basic meta information from livestreams

Installing

Add to your project

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

Example

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

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