New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@applitools/devices-data-app

Package Overview
Dependencies
Maintainers
48
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@applitools/devices-data-app

Application that yada yada yada.

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
0
Maintainers
48
Weekly downloads
 
Created
Source

devices-data-app

Application that yada yada yada.

Installing

  • This package is meant to be used as a docker container, passing the environment variables as defined below.
docker run -d applitools/devices-data-app
  • Alternatively, it can be run using ./scripts/run-devices-data-app.js, passing the environment variables as defined below.
npm install -g @applitools/devices-data-app
run-devices-data-app.js
  • Alternatively, you can import it and create the app (see below), passing it the configuration as defined below.
npm install @applitools/devices-data-app

Services it depends on

  • Yada: yada yada

Queue Job Schema

A JSON with the following fields:

  • yada: yada yada

Environment variables needed by docker container and application

  • YADA_YADA: yada

Using the package to run the application

const createApp = require('@applitools/devices-data-app')

// configuration options aee the same as the above corresponding environment variables
const app = createApp({})

// app is an express app. Use listen to start it in the usual way
app.listen(/*...*/)

Keywords

applitools

FAQs

Package last updated on 22 Sep 2026

Related posts