Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Latest commit

History

History
10 lines (8 loc) 路 280 Bytes

README.md

File metadata and controls

10 lines (8 loc) 路 280 Bytes

add-testflight-user

Add testflight user in node

Usage

const addTestflightUser= require('add-testflight-user');
const tf = new addTestflightUser('EMAIL', 'PASSWORD', 'APPID', 'GROUPNAME (OPTIONNAL)');
tf.addTester('contact@nsimon.fr', 'Nicolas', 'Simon');