8000 GitHub - jamal13647850/farapayamakjs: Farapayamak by JavaScript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jamal13647850/farapayamakjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Farapayamakjs

This is a js module for using farapayamak SMS panel in javascripts project

Install

yarn add Farapayamakjs or npm i --save Farapayamakjs

Example

const farapayamak = require('farapayamakjs');

let fr=new farapayamak("username", "password", "number");
farapayamak.SendSMS("09XXXXXXXXX","hi test")
.then(resp=>{
    farapayamak.GetDelivery(resp.data.Value)
    .then(resp2=>{
        
        setTimeout(() => {
            console.log(resp2)
        }, 3000);
    })
})

farapayamak.GetCredit()
    .then(resp2=>{
        console.log(resp2)
    })
farapayamak.GetUserNumbers()
    .then(resp2=>{
        console.log(resp2)
    })

About

Farapayamak by JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0