1.0.4 • Published 6 years ago
@ignaciocalvo/peoplehr v1.0.4
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 -gCreate ~/.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:
peoplehrFill a specific date:
peoplehr 2020-02-04Built With
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Ignacio Calvo - ignaciocalvo