npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

apiiptvparser

v1.0.0

Published

apiiptvparser is a powerful tool for extracting information from IPTV playlists. It provides the following features: - Retrieve all channels, movies, and series. - Calculate the total number of channels. - Calculate the total number of movies. - Calculate

Downloads

1

Readme

apiiptvparser

apiiptvparser est un outil puissant pour extraire des informations à partir de listes de lecture IPTV.

Installation

Pour utiliser apiiptvparser dans votre projet, vous pouvez l'installer via npm :

npm install apiiptvparser

Utilisation

const apiiptvparser = require('apiiptvparser');

// Exemple : Analyser une liste de lecture M3U const m3uData = `#EXTM3U #EXTINF:-1 tvg-id="..." tvg-name="..." tvg-logo="..." group-title="...",[...]

const result = apiiptvparser.parseM3U(m3uData); console.log(result);

Fonctionnalités

  • Récupération de toutes les chaînes, films et séries.
  • Calcul du nombre total de chaînes.
  • Calcul du nombre total de films.
  • Calcul du nombre total de séries.
  • Calcul du nombre total de chaînes par catégorie.
  • Calcul du nombre total de films par catégorie.
  • Calcul du nombre total de séries par catégorie.
  • Recherche et affichage d'informations sur une chaîne, un film ou une série en fonction du nom.

Contribuer

Si vous souhaitez contribuer à apiiptvparser, veuillez créer une issue ou une pull request sur GitHub.

Licence

Ce projet est sous licence MIT.

N'oubliez pas de personnaliser les sections en fonction de votre projet réel et d'ajouter des exemples ou des détails supplémentaires pour aider les utilisateurs à comprendre comment utiliser votre package.