FRE-651: CEO coordination notes for founder bio/headshot assets
This commit is contained in:
41
node_modules/standardwebhooks/README.md
generated
vendored
Normal file
41
node_modules/standardwebhooks/README.md
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
Typescript/Javascript library for Standard Webhooks
|
||||
|
||||
# Example
|
||||
|
||||
Verifying a webhook payload:
|
||||
|
||||
```javascript
|
||||
import { Webhook } from "standardwebhooks"
|
||||
|
||||
const wh = new Webhook(base64_secret);
|
||||
wh.verify(webhook_payload, webhook_headers);
|
||||
```
|
||||
|
||||
# Development
|
||||
|
||||
## Requirements
|
||||
|
||||
- node
|
||||
- yarn
|
||||
|
||||
## Building the library
|
||||
```sh
|
||||
yarn
|
||||
yarn build
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
Before opening a PR be sure to format your code!
|
||||
|
||||
```sh
|
||||
yarn lint:fix
|
||||
```
|
||||
|
||||
## Running Tests
|
||||
|
||||
Simply run:
|
||||
|
||||
```sh
|
||||
yarn test
|
||||
```
|
||||
Reference in New Issue
Block a user