Socket
Socket
Sign inDemoInstall

expo-qr-notify

Package Overview
Dependencies
7
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    expo-qr-notify

This repository inspired by https://github.com/expo/expo-postpublish-slack-notify. Post a notification on Slack and Github PR comment whenever your project is published. Presumably you already know this is happening so it's probably more useful to non


Version published
Weekly downloads
17
increased by54.55%
Maintainers
1
Install size
487 kB
Created
Weekly downloads
 

Readme

Source

expo-qr-notify

This repository inspired by https://github.com/expo/expo-postpublish-slack-notify.
Post a notification on Slack and Github PR comment whenever your project is published.
Presumably you already know this is happening so it's probably more useful to non-you people, such as your team or your grandparents.

What is the difference with expo-postpublish-slack-notify?

  • If you set github token, it comment to github pull request by triggerd to circleci.
  • Post a notification on Slack not only text but also QR image and url and pull request url.

Installation

  1. Create an incoming webhook and keep the window open with the URL.
  2. npm install --save-dev expo-qr-notify in your project.
  3. Setting a circleci project, and check on Only build pull requests (Settings >> Advanced Settings).
  4. Add the following to your app.json within the "expo" key, or set a circleci environment variables.

Configuration variables

on app.jsonon circleci
slack incoming urlslack_webhookSLACK_WEBHOOK
notification channelslack_channelSLACK_CHANNEL
github user tokengit_service_tokenGIT_SERVICE_TOKEN
app.json
"hooks": {
  "postPublish": [
    {
      "file": "expo-qr-notify",
      "config": {
        "slack_webhook": "enter_your_slack_incoming_webhook_url",
        "slack_channel": "#general",
        "git_service_token": "enter_your_github_token"
      }
    }
  ]
}
circleci

on circleci

Example

Check out example.
This is a simple example.
If you run circleci, set below variables on .circleci/config.yml or circleci environment variables, or set a circleci environment variables.

  • EXPO_ACCOUNT
  • EXPO_PASSWORD

Keywords

FAQs

Last updated on 12 Jan 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc