UNPKG
air-thai-api
Version:
latest (1.0.1)
1.0.1
1.0.0
Find PM2.5 around us
github.com/olustrrax/air-thai-api
olustrrax/air-thai-api
air-thai-api
/
nodemon.json
6 lines
•
94 B
JSON
View Raw
1
2
3
4
5
6
{
"watch"
:
[
"src"
]
,
"ext"
:
".ts,.js"
,
"ignore"
:
[
]
,
"exec"
:
"ts-node ./src/index.ts"
}