Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mysignal-api

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysignal-api

Firebase and Huawei Cloud Messaging API proxy

  • 0.2.4
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Server

Usage

  • copy .env.example to .env

    cp .env.example .env
    
  • place firebase-service-account.json and huawei-config.json to config/ folder

  • start server

    # direct
    node src/main.js
    
    # with docker
    docker build -t mysignal-api .
    docker run -d -p 8011:80 mysignal-api
    
    # with docker-compose
    docker-compose up -d
    
  • open docs localhost:8011/docs

    in authentication dialog entry user as user and pass as password

Keywords

FAQs

Package last updated on 03 Jul 2024

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc