https://github.com/marketto/belfiore-connector-embedded
Belfiore datasource connector: embedded dataset
https://github.com/marketto/belfiore-connector-embedded
Last synced: 6 months ago
JSON representation
Belfiore datasource connector: embedded dataset
- Host: GitHub
- URL: https://github.com/marketto/belfiore-connector-embedded
- Owner: Marketto
- License: mit
- Created: 2019-08-19T19:05:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T12:07:48.000Z (7 months ago)
- Last Synced: 2024-12-03T22:35:23.537Z (6 months ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# belfiore-connector-embedded
**Belfiore datasource connector: embedded dataset**
Best for embedded FE usage[](https://www.npmjs.com/package/@marketto/belfiore-connector-embedded)
[](https://www.npmjs.com/package/@marketto/belfiore-connector-embedded)
[](https://github.com/Marketto/belfiore-connector-embedded/blob/master/LICENSE)
[](http://blog.marketto.it)
[](https://ko-fi.com/marketto)## 🖋️ WRITE YOUR OWN CONNECTOR
Not the **BelfioreConnector** you are looking for?
[**@marketto/belfiore-connector**](https://www.npmjs.com/package/@marketto/belfiore-connector): Abstract class & interfaces to write your own connector
## 🔌 INSTALLATION
### NPM
```{r, engine='bash', global_install}
npm i -s @marketto/belfiore-connector-embedded
```### Script
```html
```
## 🔧 USAGE
This lib provide an initialized instance of BelfioreConnector including all the places data
### CJS
```javascript
const belfioreConnector = require("@marketto/belfiore-connector-embedded");
```### MJS & TypeScript
```javascript
import belfioreConnector from "@marketto/belfiore-connector-embedded";
```## 📖 DOCUMENTATION
[JsDocs @ GitHub Pages](https://marketto.github.io/belfiore-connector-embedded/)
## 📙 [CHANGELOG](CHANGELOG.MD)
## 🔃 Compatibility
- [x] NodeJs
- [x] Chrome
- [x] Firefox
- [x] Edge## ✋ DISCLAMER
All names, informations, and fiscal codes used in this README and all unit tests are fictitious.
No identification with actual persons (living or deceased) is intended or should be inferred## 📜 [LICENSE: MIT](LICENSE)
## 📚 ASSETS LICENSES AND AUTHORS
- Cities List of Values: [CC BY 4.0](asset/MINISTERO_DELL_INTERNO.LICENSE) Ministero dell'interno
- Cities List of Values: [CC BY 4.0](asset/AGENZIA_DELLE_ENTRATE.LICENSE) Agenzia delle Entrate
- Countries List of Values: [CC BY 3.0](asset/ISTITUTO_NAZIONALE_DI_STATISTICA.LICENSE) Istituto nazionale di statistica## 📝 AUTHOR
[Marco Ricupero](mailto:[email protected])