wakatime-client-remastered
Version:
A NodeJS client for the WakaTime API
31 lines (23 loc) • 1.46 kB
Markdown
# 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.