0.0.5 • Published 2 years ago

website-collection v0.0.5

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

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago