Skip to content

Commit

Permalink
Add some detail to the readme for TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed May 14, 2024
1 parent dd16ad8 commit 940d9c9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# CloseEncounters

… of the Third Party.

Add serices and events that can track responses from third-party services.

## Usage
Expand All @@ -24,6 +27,12 @@ CloseEncounters.status("SomeThirdPartyService") # => 200
CloseEncounters.status("SomeThirdPartyService") # => 500
```

### TODO

- [ ] Add JS to the gem to track events on the front-end.
- [ ] Add a UI to create and manage services.
- [ ] Add a UI to view events.

## Installation
Add this line to your application's Gemfile:

Expand Down

0 comments on commit 940d9c9

Please sign in to comment.