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 🙏

© 2026 – Pkg Stats / Ryan Hefner

manea

v1.4.8

Published

Module that will generate a random manea youtube link

Downloads

32

Readme

Random youtube manele link generator

Do you like manele? We all do! Using this cool package you will be able to implement manele Youtube links in your code, no matter where!

Installation

To get manele in your code, all you gotta do is install this NPM package

$ npm i manea

Features

As we all know, there are many types of manele. My package covers 3 of them
  • Manele vechi - (These are the old gooldies <3 )
  • Manele noi - (These are the new party manele, like misca misca din buric)
  • Manele populare - (These are manele that everyone knows such as 'Sa nu ma lasi viata mea', hipsters should avoid them)
  • More manele genres to come!

Usage

After installing manele, start off by requiring the package at the beginning of your code

const manea = require('manea');

Furthermore, after you have the package installed, it's time for the dope stuff!

This is how you generate a manea:

const manea = require('manea');

/*
    The iaManeaua() function accepts three string arguments: veche, populara, noua
    Down below I'm calling it to get a veche manea, but you can use it according to your soul <3
*/
console.log(manea.iaManeaua('veche'))
/* Object
  { id: 'Mt639MBA8jI',
  name: 'Exotic - Vreau un pupic',
  url: 'https://youtube.com/watch?v=Mt639MBA8jI' }
   */
Now, we both know that generating a single manea doesn't keep the party goin'

So, here's how you generate multiple manele.

const manea = require('manea');
/*
    The iaManele() function takes two arguments.
    The first argument is the manele type at plural: 'Vechi', 'Noi', 'Populare'.
    The second argument is how many of them do ya' need <3
    
*/

console.log(manea.iaManele('vechi', 3));
/* Array
[ { id: 'azmcFYLDEr4',
    name: 'Florin Peste si Denisa - Lumea doarme eu n-am somn',
    url: 'https://youtube.com/watch?v=azmcFYLDEr4' },
  { id: 'KRPXE2y8f70',
    name: 'Vali Vijelie cu Adrian Minune si Costi - Plecat departe',
    url: 'https://youtube.com/watch?v=KRPXE2y8f70' },
  { id: '5AxAOqElfA4',
    name: 'Bairam feat. Cristian - Doi ochi negri',
    url: 'https://youtube.com/watch?v=5AxAOqElfA4' }]

What if you wanna generate manele from a specific manelist?

We currently support the follwing romanian artists: Florin Slam, Nicolae Guta, Sorinel Pustiu, Nicu Paleru, Generic, Spike

const manea = require('manea');

/*
    The iaManeaDeLa() function accepts one argument, that's the manelist name.
    Available manelists are: 'Florin Salam', 'Nicolae Guta', 'Sorinel Pustiu',
                             'Nicu Paleru', 'Generic', 'Spike'
*/
console.log(manea.iaManeauaDeLa('Sorinel Pustiu'))
/* Object
  { id: 'YRH8YWcor6A',
  name: 'Sorinel Pustiu & Morgana - Nici Madonna nici Shakira',
  url: 'https://youtube.com/watch?v=YRH8YWcor6A' }
   */
Made with valoare by fb.com/emanuelcepoi