Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghostwriternr/dalal-ui
Frontend for Dalal
https://github.com/ghostwriternr/dalal-ui
openfaas payload webhook
Last synced: 23 days ago
JSON representation
Frontend for Dalal
- Host: GitHub
- URL: https://github.com/ghostwriternr/dalal-ui
- Owner: ghostwriternr
- Created: 2020-09-12T04:40:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T07:46:55.000Z (over 4 years ago)
- Last Synced: 2025-01-02T23:57:21.541Z (about 1 month ago)
- Topics: openfaas, payload, webhook
- Language: TypeScript
- Homepage: https://www.usedalal.com
- Size: 773 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
๐ฆน Dalal UI ๐ฆน
Frontend for Dalal
The BYOL* Payload Transormation Service
Try it out ยป
Report Bug
ยท
Request Feature
## Table of Contents
- [About the Project](#about-the-project)
- [Built With](#built-with)
- [Usage Instructions](#usage-instructions)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Running Dalal UI locally](#running-dalal-ui-locally)
- [Contributing](#contributing)
- [Credits](#credits)## About The Project
![screenshot](https://user-images.githubusercontent.com/10023615/93024898-4e815180-f617-11ea-8fef-e1ca4c9ec442.png)
Dalal is a powerful, in-flight webhook transformation service to connect absolutely any 2 services with very few lines of code - writen in your favourite language!
To know more about the core service, head to the [Dalal](https://github.com/ghostwriternr/dalal) repo.
### Built With
- [React](https://reactjs.org/) with [TS](https://www.typescriptlang.org/) & [Styled Components](https://styled-components.com/)
- [Ant Design](https://ant.design/docs/react/introduce) and [Nivo](https://nivo.rocks/)## Usage Instructions
1. Create a new channel from the home page.
2. Write a transformation function in any language desired, which will take in the data passed when the webhook is called, and use that to forward the data to desired service in the required format.
3. Add the url of the desired service, where you want to forward the request, in the target URL.
4. Click on Save.## Getting Started
### Prerequisites
- [`yarn`](https://classic.yarnpkg.com/en/docs/install/) (or [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm), in which case, replace all instructions below with `npm` instead of `yarn`)
### Running Dalal UI Locally
1. Clone the repo
```sh
git clone [email protected]:ghostwriternr/dalal-ui.git
```2. Install NPM packages
```sh
yarn install
```3. Start the local development server
```sh
yarn start
```## Contributing
Contributions to Dalal are always welcome and all contributions you make are **greatly appreciated**. If you need clarifications, please [create an issue](https://github.com/ghostwriternr/dalal-ui/issues/new).
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Credits
- [shubhamjain148 / Shubham Jain](https://github.com/shubhamjain148)
- [mukul13 / Mukul Chaware](https://github.com/mukul13)
- [ghostwriternr / Naresh Ramesh](https://github.com/ghostwriternr)Built with love, empathy and superpowers ๐บ