Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 258 Bytes

File metadata and controls

15 lines (13 loc) · 258 Bytes

Roong-Aroon-PM25-API

API for Roong Aroon School's PM2.5 detecting device

Example of usage

  • With fetch
fetch("ra-dust-detect.now.sh")
.then(res => res.json())
.then(data => {
    // fetched data
})

Contribution

feel free to sent your PRs~