Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/semklim/telegram-inline-calendar-types
https://github.com/semklim/telegram-inline-calendar-types
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/semklim/telegram-inline-calendar-types
- Owner: semklim
- License: mit
- Created: 2024-07-29T18:51:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T17:40:07.000Z (5 months ago)
- Last Synced: 2024-12-05T21:35:57.520Z (about 1 month ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript definitions for telegram-inline-calendar
![npm](https://img.shields.io/npm/v/telegram-inline-calendar-types)
![npm](https://img.shields.io/npm/dm/telegram-inline-calendar-types)
![GitHub](https://img.shields.io/github/license/semklim/telegram-inline-calendar-types)# Installation
```bash
npm i -D telegram-inline-calendar-types
```### Add type definition to your tsconfig.json:
```json
{
"compilerOptions": {
// Other fields...,
"types": ["telegram-inline-calendar-types"]
// Other fields...,
}
}
```# Summary
This package contains type definitions for [telegram-inline-calendar](https://github.com/VDS13/telegram-inline-calendar).# Contributing
Contributions are welcome! Please follow these steps to contribute:
1. Fork this repository.
2. Clone your fork:
```bash
git clone https://github.com/semklim/telegram-inline-calendar-types.git
```
3. Create a pull request.# License
This package is licensed under the MIT License - see the LICENSE file for details.# Acknowledgements
Special thanks to the creators of [telegram-inline-calendar](https://github.com/VDS13/telegram-inline-calendar) for their awesome library.
# Contact
For any inquiries, please contact
[email protected]
or in telegram @semklim