New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

festivities

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

festivities

A list of international main festivities

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Festivities

A json file with all main international festivities.

Example:

  "christmas" {
    "day": 25,
    "month": "December"
  }

## Usage An example usage of this file can be

Installation

	npm install festivities.json --save

Example

  const festivities = require('../path/to/festivities');

  // This will return
  // { "day": 25, "month": "December" }
  console.log( festivities.christmas );

  // This will return 25
  console.log( festivities.christmas.day );

  // This will return `December`
  console.log( festivities.christmas.month );

## Hack You can also add other festivities doing the following steps:

  • Fork this repo: https://github.com/rawnly/festivities.json/fork
  • Create your festivity branch (git checkout -b my-new-festivity)
  • Commit your changes (git commit -am 'Added a new festivity')
  • Push to the branch (git push origin my-new-festivity)
  • Create a new Pull Request

Keywords

festivities

FAQs

Package last updated on 18 Dec 2016

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