Skip to content

dotcute/entry-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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