https://github.com/zanderlewis/wakatime-client-remastered
Wakatime-client brought back to life
https://github.com/zanderlewis/wakatime-client-remastered
Last synced: 9 months ago
JSON representation
Wakatime-client brought back to life
- Host: GitHub
- URL: https://github.com/zanderlewis/wakatime-client-remastered
- Owner: zanderlewis
- License: mit
- Created: 2024-10-05T01:59:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-23T16:32:42.000Z (over 1 year ago)
- Last Synced: 2024-12-23T17:36:00.915Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/wakatime-client-remastered
- Size: 2.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wakatime CLient Remastered
[](https://github.com/zanderlewis/wakatime-client-remastered/actions/workflows/workflows.yaml)
[](https://www.npmjs.com/package/wakatime-client-remastered)
[](https://www.npmjs.com/package/wakatime-client-remastered)

A `NodeJS` client for [the `WakaTime` API](https://wakatime.com/developers).
- [WakaTime Client Remastered](#wakatime-client-remastered)
- [Installation](#installation)
- [Contributing](#contributing)
## Installation
To install the package, add one of these lines to your `package.json` file:
```json
# Latest updates
"wakatime-client-remastered": "github:zanderlewis/wakatime-client"
# Latest stable version
"wakatime-client-remastered": "1.1.0"
```
or run `npm install wakatime-client-remastered`.
Then run `npm install`.
## Documentation
The documentation for the package is a work in progress. For now, you can view the [source code.](src/index.js)
## Contributing
To contribute to the project, fork the repository and create a new branch with your changes. Once you are done, create a pull request and I will review it as soon as possible.