An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Wakatime CLient Remastered
[![Build](https://github.com/zanderlewis/wakatime-client-remastered/actions/workflows/workflows.yaml/badge.svg?label=Build)](https://github.com/zanderlewis/wakatime-client-remastered/actions/workflows/workflows.yaml)
[![npm](https://img.shields.io/npm/v/wakatime-client-remastered.svg)](https://www.npmjs.com/package/wakatime-client-remastered)
[![npm-total-downloads](https://img.shields.io/npm/dt/wakatime-client-remastered.svg)](https://www.npmjs.com/package/wakatime-client-remastered)
![GitHub](https://img.shields.io/github/license/zanderlewis/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.