https://github.com/marketto/belfiore-connector
Belfiore datasource abstract connector
https://github.com/marketto/belfiore-connector
Last synced: 6 months ago
JSON representation
Belfiore datasource abstract connector
- Host: GitHub
- URL: https://github.com/marketto/belfiore-connector
- Owner: Marketto
- License: mit
- Created: 2019-08-17T13:01:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T02:17:12.000Z (7 months ago)
- Last Synced: 2024-11-30T17:42:45.932Z (6 months ago)
- Language: TypeScript
- Size: 415 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# belfiore-connector
**Belfiore datasource abstract connector**
[](https://www.npmjs.com/package/@marketto/belfiore-connector)
[](https://www.npmjs.com/package/@marketto/belfiore-connector)
[](https://github.com/Marketto/belfiore-connector/blob/master/LICENSE)
[](http://blog.marketto.it)
[](https://ko-fi.com/marketto)Abstract Class & Interfaces to tailor your own Belfiore Connector
## 🔌 INSTALLATION
### NPM
```{r, engine='bash', global_install}
npm i -s @marketto/belfiore-connector
```### Script
```html
```
## 🔧 USAGE
### CJS
```javascript
const BelfioreAbstractConnector = require("@marketto/belfiore-connector");
```### MJS & TypeScript
```javascript
import { BelfioreAbstractConnector } from "@marketto/belfiore-connector";
```## 📖 DOCUMENTATION
[JsDocs @ GitHub Pages](https://marketto.github.io/belfiore-connector/)
## 📙 [CHANGELOG](CHANGELOG.MD)
## 🔃 Compatibility
- [x] NodeJs
- [x] Chrome
- [x] Firefox
- [x] Edge## 📜 [LICENSE: MIT](LICENSE)
## 📝 AUTHOR
[Marco Ricupero](mailto:[email protected])