Skip to content

Employee management app that that uses the Planday API as a backend

Notifications You must be signed in to change notification settings

llleodeleon/day-planner

Repository files navigation

day-planner

Employee management app that that uses the Planday API as a backend

How to build

Obtain the refresh token and client id and put them in your local gradle.properties file:

Windows: C:\Users\YOUR-USERNAME\.gradle\gradle.properties

Mac: Users/YOUR-USERNAME/.gradle/gradle.properties

...
PLANDAY_CLIENT_ID="YOUR-CLIENT_ID-HERE"
PLANDAY_REFRESH_TOKEN="YOUR-REFRESH_TOKEN-HERE"

Libraries used

Please check the file Dependencies.kt

About

Employee management app that that uses the Planday API as a backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages