https://github.com/alexandesigner/widget-store
Carhoo Store Widget
https://github.com/alexandesigner/widget-store
fetch javascript webpack
Last synced: 3 months ago
JSON representation
Carhoo Store Widget
- Host: GitHub
- URL: https://github.com/alexandesigner/widget-store
- Owner: alexandesigner
- Created: 2019-12-20T05:54:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:23:17.000Z (over 3 years ago)
- Last Synced: 2025-10-04T22:09:29.673Z (9 months ago)
- Topics: fetch, javascript, webpack
- Language: CSS
- Homepage: https://carhoo-store-widget.surge.sh
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Carhoo Store Widget
[](https://badge.fury.io/js/%40carhoo%2Fwidget-store)
[](http://carhoo-store-widget.surge.sh/)
### Como usar?
Primeiro copie e cole este trecho de html no local onde deseja renderizar a lista
```html
```
Após o primeiro passo, copie e cole este script no seu site
```js
(function (w,d,s,o,f,js,fjs) {
w['Carhoo-Store']=o;w[o] = w[o] || function () { (w[o].q = w[o].q || []).push(arguments) };
js = d.createElement(s), fjs = d.getElementsByTagName(s)[0];
js.id = o; js.src = f; js.async = 1; fjs.parentNode.insertBefore(js, fjs);
}(window, document, 'script', 'cw', 'https://unpkg.com/@carhoo/widget-store@0.0.9/dist/widget.js'));
cw('render', {responsive: true});
```