Giter VIP home page Giter VIP logo

InvidJS

npm version npm

An attempt to bring Invidious support to Node.js.

Installation and usage

Your Node.js version must be 16.9.0 or greater.

You can check your version by typing node -v in the terminal.

To install InvidJS, type npm install @invidjs/invid-js in your terminal.

After installing, insert the following in your code:

import * as InvidJS from "@invidjs/invid-js"

Changes from the stock Invidious API

  • Useless or broken endpoints are not carried over. Previously working endpoints are marked as deprecated.
  • Only the most important data is fetched for big objects.
  • Some data is filled in for you and/or made humanly-readable where possible.
  • Minimal and basic versions of objects are available to be consistent with different outputs.
  • Limit options are provided where they're not normally supported by the API.
  • Some objects and outputs are combined, for example:
    • Video and Audio formats are a single object.
    • formatStreams and adaptiveFormats are a single array.
    • Playlists and mixes are the same object, and fetched via the same function.

Building from source

To build the package, clone this repository and execute npm run build in your terminal.

Documentation

InvidJS's Projects

invidjs icon invidjs

An attempt to bring Invidious support to Node.js.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.