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 ๐
- โจ 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 ๐ฏ
- โ๏ธ Its protected by Creative Commons (CC BY-NC-SA 4.0)