https://github.com/imhta/github-alike-calendar
Embed your GitHub calendar everywhere. A web component
https://github.com/imhta/github-alike-calendar
Last synced: about 2 months ago
JSON representation
Embed your GitHub calendar everywhere. A web component
- Host: GitHub
- URL: https://github.com/imhta/github-alike-calendar
- Owner: imhta
- License: mit
- Created: 2019-09-14T08:11:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-20T12:52:55.000Z (almost 7 years ago)
- Last Synced: 2025-02-28T09:55:03.946Z (over 1 year ago)
- Language: TypeScript
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Github alike calendar
This is Github alike calendar a standalone Web Component using Stencil. Wrapper of [@IonicaBiza's github calendar library](https://github.com/IonicaBizau/github-calendar)

## Getting Started
You can use the element anywhere in your template, JSX, html etc
```html
```
### Using this component
#### Script tag
- Put a script tag similar to this `` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
#### Node Modules
- Run `npm install github-alike-calendar --save`
- Put a script tag similar to this
`` in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
#### In a stencil app
- Run `npm install github-alike-calendar --save`
- Add an import to the npm packages `import github-alike-calendar;`
- Then you can use the element anywhere in your template, JSX, html etc
## 💖 Contributors
Have an idea? Found a bug? Feel free make pull request