0.0.5 • Published 1 year ago

website-collection v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Install dependencies

npm i website-collection

Loading js method

<script src="https://pkg6.github.io/website-collection/lib/website-collection.js"></script>

typescript import

import { EventCollection } from 'website-collection/lib/collection';

Create an instance

let eventCollection = new EventCollection({url: "https://data.zhiqiang.wang/data-collect/receive",headers:{"token":"123456"}});

send data

eventCollection.send()

setInterval send data

eventCollection.setInterval(1000)
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago