Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (17 loc) · 651 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 651 Bytes

Photo Assassin Cloud Functions

This repository contains the backend JavaScript code for Photo Assassin's Firebase cloud functions.

See also:

Branches

  • master - Only stable releases; can be deployed at any time.
  • develop - Not necessarily stable; contains currently-worked-on features.

Dependencies

  • Git
  • Node.js >= 10.0.0
  • NPM
  • Firebase SDK (usually installed via NPM)

Backend Interface

For details about the backend interface and how to use it, see BackendInterface.md.