data-point
data-point copied to clipboard
JavaScript Utility for collecting, processing and transforming data
**Problem description**: Port `inputType`/`outputType` functionality that exists on legacy data-point * [ ] accept primitives * [ ] To create any custom types leave up to developer to create their...
**Problem description**: yes, create a data-point logo * [ ] provide in SVG and PNG format
**Problem description**: create an entry for recipes: * [ ] Helper recipe #361 * [ ] Entity recipe #362 * [ ] Express integration recipe #363
**Problem description**: Publish docusaurus static generated documentation under github pages service.
**Problem description**: Create an express integration recipe using @data-point/service At this point we should prob look into creating a small module to provide a super thin data-point middleware. If this...
**Problem description**: create custom entity recipe that creates an entity wrapper for the [node-fetch](https://www.npmjs.com/package/node-fetch) module. Features: * [ ] parse url as a reducer * [ ] accept options as...
**Problem description**: Write documentation and provide a sample script/repository with custom helper with all best suggested practices on implementation and testing
**Problem description**: Full feature documentation under docusaurus
**Problem description**: Provide 100% compatibility with service module with v6.
**Problem description**: Reducer lists are not evaluated correctly when the input is `undefined`. This happens because they use Promise.reduce (from Bluebird), which uses the first array element as the input...