1.1.3 • Published 3 years ago

ayoba-api-mock v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

AYOBA API MOCK

This module mock the request of ayoba microApp api's endpoint response.

To use this module on Vanilla javascript.

1.Create another directory:

-mkdir <"directory_name">

2.Switch into the directory:

-cd <"directory_name">

3.Create your script eg: index.js:

    const ayoba = require('ayoba-api-mock');

    getSelfJid(){
        return ayoba.getSelfJid();
    }
    

4.Create the index.js node project:

-npm init

5.Install ayoba-api-mock module:

-npm install ayoba-api-mock

6.Execute the index.js script:

-node test.js

1.1.1

3 years ago

1.1.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.0

3 years ago