Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammad-fiaz/open-actions
open-actions is a lightweight JavaScript library offering jQuery-like features, including AJAX, DOM manipulation, and event handling. Simplify your code with modern, efficient, and intuitive APIs.
https://github.com/muhammad-fiaz/open-actions
bun javascript js npm npm-module npm-package npmjs open-action open-actions package ts typescript
Last synced: 16 days ago
JSON representation
open-actions is a lightweight JavaScript library offering jQuery-like features, including AJAX, DOM manipulation, and event handling. Simplify your code with modern, efficient, and intuitive APIs.
- Host: GitHub
- URL: https://github.com/muhammad-fiaz/open-actions
- Owner: muhammad-fiaz
- License: mit
- Created: 2024-08-12T14:09:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T15:25:05.000Z (5 months ago)
- Last Synced: 2024-12-15T02:30:39.036Z (20 days ago)
- Topics: bun, javascript, js, npm, npm-module, npm-package, npmjs, open-action, open-actions, package, ts, typescript
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# open-actions[![GitHub License](https://img.shields.io/github/license/muhammad-fiaz/open-actions)](https://github.com/muhammad-fiaz/open-actions/blob/main/LICENSE)
[![GitHub Contributors](https://img.shields.io/github/contributors/muhammad-fiaz/open-actions)](https://github.com/muhammad-fiaz/open-actions/graphs/contributors)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/muhammad-fiaz)](https://github.com/sponsors/muhammad-fiaz)
[![GitHub Issues](https://img.shields.io/github/issues/muhammad-fiaz/open-actions)](https://github.com/muhammad-fiaz/open-actions/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/muhammad-fiaz/open-actions)](https://github.com/muhammad-fiaz/open-actions/pulls)
![Last Commit](https://img.shields.io/github/last-commit/muhammad-fiaz/open-actions)
[![Discord](https://img.shields.io/badge/Discord-7289DA?style=flat&logo=discord&logoColor=white)](https://discord.gg/Wu7Kcpz9)`open-actions` is a JavaScript library providing functionality similar to jQuery, including AJAX support and DOM manipulation utilities. It is designed to streamline JavaScript development and enhance productivity.
> This Project Still in Active Development, not ready for Production.
>
## Features- **AJAX Requests:** Simplified API for making HTTP requests.
- **DOM Manipulation:** Utility functions for interacting with and modifying the DOM.
- **Event Handling:** Methods to handle and trigger events.## Installation
To install dependencies, run:
```bash
bun install
```## Usage
To run the project, use:
```bash
bun run index.ts
```## Documentation
Refer to the [documentation](https://github.com/muhammad-fiaz/open-actions/) for detailed usage instructions and examples.
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).
## Contact
For support and updates, join our [Discord community](https://discord.gg/Wu7Kcpz9).
## Contributing
Contributions are welcome! Please see our [contributing guidelines](https://github.com/muhammad-fiaz/open-actions/blob/main/CONTRIBUTING.md) for more information.
## Issues and Pull Requests
- Report issues [here](https://github.com/muhammad-fiaz/open-actions/issues).
- Submit pull requests [here](https://github.com/muhammad-fiaz/open-actions/pulls).