https://github.com/potofcoffee2go/chainframe
Framework which allows building of fluent interfaces to asynchronous and synchronous javascript functions
https://github.com/potofcoffee2go/chainframe
Last synced: 7 months ago
JSON representation
Framework which allows building of fluent interfaces to asynchronous and synchronous javascript functions
- Host: GitHub
- URL: https://github.com/potofcoffee2go/chainframe
- Owner: PotOfCoffee2Go
- Created: 2016-05-13T08:31:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T05:24:36.000Z (almost 8 years ago)
- Last Synced: 2024-12-30T21:36:22.126Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 727 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## ChainFrame
ChainFrame is a framework which allows building of [fluent interfaces](https://en.wikipedia.org/wiki/Fluent_interface)
to asynchronous and synchronous functions using JavaScript Dot Notation.
No special coding is required when composing functions to make them _chainable_. Arguments to methods in
the chain can be entered as parameters or passed from the return values of the previous method.
See [ChainFrame](//potofcoffee2go.github.io/chainframe/) site for details.