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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:32:06.000Z (over 2 years ago)
- Last Synced: 2025-01-30T10:29:24.704Z (4 months ago)
- Topics: fs, fs-extra, javascript, javascript-library, logging, node, npm, tracking, typescript
- Language: TypeScript
- Size: 3.11 MB
- Stars: 2
- Watchers: 3
- 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)