An open API service indexing awesome lists of open source software.

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/

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
```