You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@react-native-windows/bot-coordinator

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-windows/bot-coordinator

Azure functions application for coordinating react-native-windows bots

1.0.2
latest
npm
Version published
Maintainers
2
Created
Source

@react-native-windows/bot-coordinator

TBD

Running locally

  • Ensure Azure Functions Core Tools is installed (e.g. through choco install azure-functions-core-tools-3)
  • Copy local.settings.example.json to local.settings.json and add secrets. This file is ignored by Git.
  • Run yarn start in the package root

Functions can be invoked with arbitrary inputs by sending a REST request to localhost. E.g.

POST http://localhost:7071/admin/functions/HeartbeatFunction
Content-Type: application/json

{
    "input": null
}

Deployment

The Azure functions application is deployed nightly along with other artifacts published by the repo.

FAQs

Package last updated on 28 Jan 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