https://github.com/larbibaraka/user_tracker
a simple npm package that helps you save user actions in file for anlyse
https://github.com/larbibaraka/user_tracker
fs fs-extra javascript javascript-library logging node npm tracking typescript
Last synced: 2 months ago
JSON representation
a simple npm package that helps you save user actions in file for anlyse
- Host: GitHub
- URL: https://github.com/larbibaraka/user_tracker
- Owner: larbibaraka
- License: mit
- Created: 2020-05-31T16:54:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:32:06.000Z (over 3 years ago)
- Last Synced: 2025-03-25T11:26:21.034Z (over 1 year ago)
- Topics: fs, fs-extra, javascript, javascript-library, logging, node, npm, tracking, typescript
- Language: TypeScript
- Size: 3.11 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# user tracker
a small package to store user actions in a file using json format
## Install
```bash
npm install user_tracker
-----or----
yarn add user_tracker
```
## Author
- [Baraka Larbi](https://github.com/larbibaraka)