Skip to content

Commit

Permalink
Merge pull request #22 from hmif-itb/feat/calendar-api
Browse files Browse the repository at this point in the history
Google calendar API CRUD 86epcx9b5
  • Loading branch information
arsaizdihar authored Jun 13, 2024
2 parents 34386e1 + 71f450e commit 3fdf3db
Show file tree
Hide file tree
Showing 10 changed files with 600 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ google_credentials.json

# Ignore seed csv data
src/db/seed/database.csv
src/db/seed/database-all.csv
src/db/seed/database-all.csv
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@hono/swagger-ui": "^0.2.1",
"@hono/zod-openapi": "^0.9.9",
"@paralleldrive/cuid2": "^2.2.2",
"@types/jsonwebtoken": "^9.0.6",
"aws-sdk": "^2.1607.0",
"cross-env": "^7.0.3",
"csv-parse": "^5.5.5",
Expand All @@ -28,7 +29,10 @@
"drizzle-orm": "^0.30.9",
"drizzle-zod": "^0.5.1",
"eslint-config-love": "^43.1.0",
"gaxios": "^6.6.0",
"googleapis": "^140.0.0",
"hono": "^4.2.9",
"install": "^0.13.0",
"open-graph-scraper": "^6.5.1",
"pg": "^8.11.3",
"postgres": "^3.4.4",
Expand Down
Loading

0 comments on commit 3fdf3db

Please sign in to comment.