-
Notifications
You must be signed in to change notification settings - Fork 7
Add example TypeScript app for Audit Logs #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example TypeScript app for Audit Logs #6
Conversation
2. Navigate to Audit Logs app within the cloned repo. | ||
|
||
```bash | ||
$ cd node-example-applications/typescript-audit-logs-example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@logangingerich I believe the directory name is incorrect here? Should it be typescript-example-applications
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahhh good catches. Updating now 👀
{ | ||
"name": "node-audit-logs-example-app", | ||
"version": "1.0.0", | ||
"description": "Example NodeJS Audit Logs App using WorkOS", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if we should also rename this to TypeScript instead of NodeJS?
|
||
-Node.js version 10+ | ||
|
||
## Node Project Setup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more I think we'll want to change to TypeScript
<img src="../public/images/workos-logo-with-text.png" alt="workos logo"> | ||
</div> | ||
|
||
<h2>Node Audit Logs Example App</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uno mas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good - a few mentions of Node Example Apps but once correct should be all set! Superb!
No description provided.