New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/jvmistica/holiday-planner-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/jvmistica/holiday-planner-go

  • v0.0.0-20240318034924-5d961e8ccb85
  • Source
  • Go
  • Socket score

Version published
Created
Source

holiday-planner-go

Build status Coverage

A tool that fetches holidays from Google Calendar and adds them together with weekends to provide vacation leave suggestions.

Requirements

Google API key

To get a Google API key:

  1. Go to https://console.cloud.google.com
  2. Navigate to "APIs & Services" -> "Credentials"
  3. Click "Create Credentials" -> "API key"
Trello API key and token

To get Trello API key and token:

  1. Go to https://trello.com/power-ups/admin
  2. Select an existing power-up and integration or create a new one
  3. Select "API key" -> "Generate a new API key"
  4. Follow the link to generate a token

Environment Variables

export GCP_API_KEY=<gcp-api-key>
export TRELLO_API_KEY=<trello-api-key>
export TRELLO_API_TOKEN=<trello-api-token>

Usage

go run main.go -start=2023-06-01 -end=2024-01-31

Trello Screenshot 2023-06-13 at 12 43 22

FAQs

Package last updated on 18 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc