Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 529 Bytes

entry-api

entry-apiDenoNode.js에서 사용할 수 있는 비공식 엔트리 API wrapper입니다.

사용해 보기

Repository 클론

$ git clone https://github.com/dotcute/entry-api.git
$ cd entry-api

실행

$ deno run --allow-read --allow-net --allow-env example.ts
# 또는 watch 모드로 실행
$ deno run --allow-read --allow-net --allow-env --watch example.ts