JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q42230F
  • License ISC

SpeedSMM API - SMM panel api for NodeJS

Package Exports

  • speedsmm-api
  • speedsmm-api/app.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (speedsmm-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

SpeedSMM API

    let speed = new smmApi({ key: "API KEY", api: "https://speedsmm.com/api/v2" });
    let addOrder = await speed.addOrder({ 
        service: 4564,
        link: "https://www.instagram.com/p/CFQ4ZJ5nZ6e/",
        quantity: 100,
        custom: "test"
    });
    let balance = await speed.getBalance();
    let services = await speed.getServices();
    let status = await speed.getStatus({ order: 13867166 });
    let cancel = await speed.orderCancel({ order: 13867166 });
    let refill = await speed.refill({ order: 13867166 });
    let refillStatus = await speed.refillStatus({ order: 13867166 });

๐ŸŽˆ Images ๐ŸŽˆ

image


  • โœจ For Support
  • ๐Ÿ’• Discord
  • ๐Ÿ“ Fast Uptime
  • ๐Ÿช„ All kinds of projects are made
  • ๐Ÿงจ You can contact us to make a paid project
  • ๐Ÿ’ธ You can contact for paid installation
  • โ˜„๏ธ Click For Contact

๐ŸŽฏ License ๐ŸŽฏ