0.0.5 • Published 10 months ago

website-collection v0.0.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months 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

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago