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

https://github.com/agentgill/platformevents-quickstart

jsforce & platform events
https://github.com/agentgill/platformevents-quickstart

Last synced: 2 months ago
JSON representation

jsforce & platform events

Awesome Lists containing this project

README

        

# Subscribing to PLATFORM EVENTS QUICKSTART

Dependencies - NodeJS

## Getting started

Clone this repo

```bash
git clone [email protected]:agentgill/platformevents-quickstart.git
```

Run install

```bash
npm install
```

Create .env file

```bash
touch .env
```

Update .env file values

```env
SFDC_USER = '[email protected]'
SFDC_PWD = 'Mypassword&SecurityToken'
EVENT_TYPE = '/event/aws__e'
```

Subscribe to events

```bash
node index.js
```