Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SellersEvan committed Mar 27, 2024
1 parent d6d07d8 commit 708279d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# SherpaJS Events
![NPM Version](https://img.shields.io/npm/v/sherpajs-events)

Expand All @@ -8,17 +7,27 @@ using [Metadapter Event](https://github.com/sellersindustry/metadapter-event) an
modular serverless platform.


<br>


## Features
-[SherpaJS](https://github.com/sellersindustry/SherpaJS) Module, an Agnostic and Modular Serverless Platform
- ✅ Log event using [Metadapter Event](https://github.com/sellersindustry/metadapter-event)
- ✅ Supports PostHog


<br>


## Installation
```
npm install sherpajs-events
```


<br>


## Example Usage
Services are loaded using [Metadapter Event](https://github.com/sellersindustry/metadapter-event). The `id` is the eventID that is logged with your event platform. The `schema` is optional, but uses [AJV schema](https://ajv.js.org/).
```typescript
Expand Down

0 comments on commit 708279d

Please sign in to comment.