1.0.4 • Published 4 years ago

@ignaciocalvo/peoplehr v1.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
4 years ago

Build Status

PeopleHR Time Assignment Filler

This command line utility fills daily time assignments automatically.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You will need Firefox.

Installing

npm install @ignaciocalvo/peoplehr -g

Create ~/.peoplehr/config.json and fill your values there. The following is an example:

{
  "peoplehr": "https://business.peoplehr.net/",
  "email": "your.email@business.com",
  "password": "your.password"
}

Note for Windows users: ~ folder is stored in the %USERPROFILE% environment variable and is typically similar to: C:\Users\username.

Usage

Fill the current date:

peoplehr

Fill a specific date:

peoplehr 2020-02-04

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago