https://github.com/aurelienloyer/telecharge-moi-un-pdf
A simple repository to demonstrate 👉 https://techtalks.qimaone.com/telecharge-moi-un-pdf/
https://github.com/aurelienloyer/telecharge-moi-un-pdf
Last synced: 3 months ago
JSON representation
A simple repository to demonstrate 👉 https://techtalks.qimaone.com/telecharge-moi-un-pdf/
- Host: GitHub
- URL: https://github.com/aurelienloyer/telecharge-moi-un-pdf
- Owner: AurelienLoyer
- Created: 2021-09-17T14:44:34.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T07:29:17.000Z (over 3 years ago)
- Last Synced: 2025-02-07T21:31:49.685Z (4 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telecharge-moi-un-pdf
## Trigger manualy the cloud function
1. Start the cloud function
`npm run start:cloud-function`2. Post the data
```sh
curl -d "@mockPubsub.json" \
-X POST \
-H "Content-Type: application/json" \
http://localhost:8080
```