🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@keg-hub/appetite

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keg-hub/appetite

appetize.io api wrapper

Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
1
Maintainers
3
Weekly downloads
 
Created
Source

Overview

A node-js wrapper around the appetize api

Usage

Upload

const { upload } = require('@simpleviewinc/appetite')

// set either url or filePath, not both
const response = await upload({
  url: <url to your simulator build>
  filePath: <system file path to your simulator build>,
  platform: <ios or android>,
  token: <your appetize developer token>
})

Testing

  • Unit: yarn test
  • Functional: yarn apt:test
    • this test will require you to create a .env. file in the repo's root directory
    • see the example.env file for the expected variables to put in your .env

FAQs

Package last updated on 19 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts