Skip to content

m-narin/auto-punch-to-ozo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

概要

勤怠管理OZO3の打刻を自動化するCloud Functionsスクリプトです。 このコードをCloud FunctionsにデプロイしHTTPトリガーにします。

Cloud Functions要件

  • 第一世代
  • Node.js 16

API仕様

curl -m 70 -X POST https://xxx.cloudfunctions.net/FUNCTION_NAME \
-H "Content-Type: application/json" \
-d '{
    "type": "start",
    "user_id": "xxxxxxx",
    "password": "xxxxxxx"
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages