1.7.0 • Published 3 years ago

farapayamakjs v1.7.0

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

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)
    })
1.7.0

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago