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

@neelegirly/downloader

v0.1.65

Published

Cute multi-platform media downloader for TikTok, Instagram, YouTube, Spotify, SoundCloud, Threads and more.

Readme

✨ @neelegirly/downloader

Soft-glow Media-Downloader für TikTok, Instagram, YouTube, Spotify, SoundCloud, Threads & mehr

npm version npm downloads Node Scope Maintained by Neelegirly

Release 0.1.65 · Hero image live · Promise-basiert · leichtgewichtig · botfreundlich


💖 Warum dieses Paket?

@neelegirly/downloader bündelt kleine, direkte Download- und Search-Helper in einer API, die sich super für Bots, Utilities und Automationen eignet. Wenn du Links schnell auflösen oder Medien-Infos in Kommandos weiterreichen willst, ist das hier die süße kleine Abkürzung.

🌈 Glow-Highlights

  • 📸 Hero-Bild jetzt sichtbar auf GitHub und npm
  • ⚡ Promise-basierte Einzeiler für Bot-Commands
  • 🎧 Download- und Search-Endpoints in einem Paket
  • 🫧 Konsistente Fallback-Antworten statt harter Crashes
  • 🧁 Perfekt für Onimai, Darkbot und andere Media-Workflows

📦 Installation

npm install @neelegirly/[email protected] --save-exact

🚀 Quickstart

const { instagram, tikdown, alldown, spotifySearch } = require('@neelegirly/downloader')

async function demo() {
  const insta = await instagram('https://www.instagram.com/p/example/')
  console.log('Instagram:', insta)

  const tiktok = await tikdown('https://vm.tiktok.com/example/')
  console.log('TikTok:', tiktok)

  const mixed = await alldown('https://example.com/media-link')
  console.log('AllDown:', mixed)

  const tracks = await spotifySearch('lofi anime', 3)
  console.log('Spotify Search:', tracks)
}

demo().catch(console.error)

🧩 Verfügbare Helper

| Helper | Zweck | |---|---| | ndown(url) | generischer Download-Endpunkt | | instagram(url) | Instagram-Links auflösen | | tikdown(url) | TikTok-Downloads | | ytdown(url) | YouTube-Downloads | | threads(url) | Threads-Links auflösen | | twitterdown(url) | Twitter/X-Medien laden | | fbdown2(url, key) | Facebook-Downloads | | GDLink(url) | Google-Drive-Dateien auflösen | | pintarest(url) | Pinterest-Downloads | | capcut(url) | CapCut-Links auflösen | | likee(url) | Likee-Downloads | | alldown(url) | universeller Multi-Downloader | | spotifySearch(name, limit) | Spotify-Suche | | soundcloudSearch(name, limit) | SoundCloud-Suche | | spotifyDl(url) | Spotify-Download-Metadaten | | soundcloud(url) | SoundCloud-Download | | terabox(url) | Terabox-Links auflösen |


🌐 Unterstützte Plattformen

  • TikTok
  • Instagram
  • YouTube
  • Threads
  • Twitter / X
  • Facebook
  • Pinterest
  • CapCut
  • Likee
  • Google Drive
  • Spotify
  • SoundCloud
  • Terabox

⚠️ Verhalten bei Fehlern

Das Paket ist bewusst bot-freundlich gehalten: Wenn ein Upstream-Endpunkt fehlschlägt, wird ein Objekt wie dieses zurückgegeben, statt direkt einen Fehler zu werfen:

{
  developer: 'MOHAMMAD NAYAN',
  status: false,
  msg: 'Instagram API error'
}

Das macht Retry-Logik, Fallbacks und Logging in Bots deutlich entspannter.


📝 Release Notes 0.1.65

  • Hero-Bild im README ergänzt
  • README visuell stärker im Glow-up-Stil überarbeitet
  • npm- und GitHub-Präsentation auf denselben Look gebracht
  • bereit für frische Reinstalls in Onimai und Darkbot

💫 Support

Stay cute, ship fast, download smarter. 🌸