Skip to content

Lightweight module for fetching basic meta information from livestreams

License

Notifications You must be signed in to change notification settings

PurpleHorrorRus/node-livestream-metainfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Lightweight module for fetching basic meta information from livestreams

Resources

License

Stars

Watchers

Forks