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

mp4ba

v0.0.1

Published

Simple JavaScript API for Mp4ba

Downloads

5

Readme

mp4ba mp4ba

Simple JavaScript API for Mp4ba

Installation

$ npm install mp4ba

Example

const mp4ba = require('mp4ba');

(async () => {
  const list = await mp4ba();
  console.log(list);
})();

// [{ img: 'http://i2.tiimg.com/692913/3df621d8083338b1.png',
//   name: '昨日奇迹BD英语中英双字',
//   intro:
//    '杰克(希米什·帕特尔饰)是英国一个海滨小镇上苦苦挣扎的创作型歌手,有着好友艾莉(莉莉·詹姆斯饰)的一直支持。在一次神秘的全球大停电中发生了一起奇怪的公交车事故,杰克醒来后发现披头士乐队根本从未存在过。他正面临着非常复杂的问题。',
//   screenshots:
//    [ 'http://i2.tiimg.com/692913/8b87b514b51a8f79.png',
//      'http://i2.tiimg.com/692913/ec2bce1418cf9d7b.png',
//      'http://i2.tiimg.com/692913/3efa3a3d0f9b1aed.png',
//      'http://i2.tiimg.com/692913/bae43ef112190124.png' ],
//   resources:
//    [ 'http://www.mp4ba.com/down/201908/昨日奇迹.Yesterday.2019.BD1080P.X264.AAC.English.CHS-ENG.Mp4Ba.torrent',
//      'http://www.mp4ba.com/down/201908/昨日奇迹.Yesterday.2019.BD720P.X264.AAC.English.CHS-ENG.Mp4Ba.torrent',
//      'magnet:?xt=urn:btih:E9BCC658078B3D820D30A719E48550B431E61108',
//      'magnet:?xt=urn:btih:9AA408DF8D6F05E6870B9D8DAC10ED599BF9B1B4' ],
//   baidupan:
//    [ { link: 'https://pan.baidu.com/s/1ZRokYO0t7n6m5P_DWA1CGQ',
//        code: 'q2cf' },
//      { link: 'https://pan.baidu.com/s/1Slo-NWUP6VaiSIIDrX0BIg',
//        code: 'ek33' } ],
//   director: '丹尼·博伊尔',
//   writers: [ '杰克·巴斯', '理查德·柯蒂斯' ],
//   stars:
//    [ '希米什·帕特尔',
//      '莉莉·詹姆斯',
//      '艾德·希兰',
//      '凯特·麦克金农',
//      '阿历克斯·阿诺',
//      '乔尔·弗莱',
//      '詹姆斯·柯登',
//      '卡米利·陈' ],
//   categories: [ '喜剧', '音乐', '奇幻' ],
//   country: '英国',
//   language: '英语',
//   releaseDate:
//    [ '2019-08-16(中国大陆)', '2019-05-05(翠贝卡电影节)', '2019-06-28(英国)' ],
//   duration: '116分钟',
//   alias:
//    [ '缘來自昨天(港)', '靠谱歌王(台)', '昨天', '昨日', '你需要的只是爱', 'AllYouNeedisLove' ],
//   IMDb: 'tt8079248',
//   rate: '6.6' }]

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT

This work is licensed under the MIT license.