https://github.com/capjamesg/calendar-date

A web component to show calendar dates on your website.

https://github.com/capjamesg/calendar-date

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.9%) to scientific vocabulary

Keywords

calendar web-component
Last synced: 6 months ago · JSON representation

Repository

A web component to show calendar dates on your website.

Basic Info
Statistics
  • Stars: 2
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
calendar web-component
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

calendar-date

Screenshot 2024-01-08 at 18 57 41

A web component to show calendar dates on your website.

Use the Component on Your Website

To use the component on your website, first copy the calendar-date.js file onto your website.

Add references to this file in the <head> tag of the page on which you want to use the component:

html <script src="calendar-date.js" defer></script>

Create a new <template> tag on your web page and add the following code:

html <template id="calendar-styles"> <style> .date-container { border: 1px solid red; display: inline-block; max-width: 100%; min-width: 75px; text-align: center; border-radius: 5px; } .date-month { padding: 5px; color: white; background-color: red; } .date-day { font-size: 2rem; font-weight: bold; padding: 5px; } </style> </template>

Adjust the styles as necessary.

Then, add the <calendar-date> component to your website:

html <calendar-date month="March" day="31"></calendar-date>

The component will appear on your website.

License

This project is licensed under a Creative Commons Zero license.

Owner

  • Name: James
  • Login: capjamesg
  • Kind: user
  • Location: Scotland
  • Company: @Roboflow

from words, wonder.

GitHub Events

Total
Last Year

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 7
  • Total Committers: 2
  • Avg Commits per committer: 3.5
  • Development Distribution Score (DDS): 0.143
Past Year
  • Commits: 7
  • Committers: 2
  • Avg Commits per committer: 3.5
  • Development Distribution Score (DDS): 0.143
Top Committers
Name Email Commits
James 3****g 6
Joe Crawford j****e@a****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: about 3 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 1.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • artlung (2)
Top Labels
Issue Labels
Pull Request Labels