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

gatsby-source-uk-bank-holidays

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-source-uk-bank-holidays

Gatsby Source plugin for UK bank holidays

  • 1.1.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
25
increased by31.58%
Maintainers
1
Weekly downloads
 
Created
Source

🇬🇧 Source UK Bank Holidays into Gatsby

Sources UK bank holidays from GOV.UK

How to install

npm install ashhitch/gatsby-source-uk-bank-holidays

or

yarn add ashhitch/gatsby-source-uk-bank-holidays

How to use

module.exports = {
  plugins: [`ashhitch/gatsby-source-uk-bank-holidays`],
};

Query for data

{
  allBankHoliday {
    nodes {
      date
      title
      bunting
      division
      id
      notes
    }
  }
}

How to contribute with code

Getting started

  • Fork the repo
  • Clone your fork
  • Install the packages: yarn install
  • Run the demo: yarn develop

To be able to have both the demo and plugin in the same repo we use yarn workspaces.

  • Plugin code is in the /plugin folder,
  • and the demo code is in the /demo folder.

Do your thing

Solve an issue or do something else!

Create a Pull Request

To get your changes merged into the project create a Pull Request from your fork.

How to contribute in other ways

Questions, Feedback and Suggestions

If you have any questions, feedback or suggestions head on over to discussions.

Bugs

If you find a bug please open an issue and/or create a pull request to fix it.

Keywords

FAQs

Package last updated on 16 Dec 2021

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