Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit bde01b4

Browse files
committed
Create github.ts
1 parent 58c7c27 commit bde01b4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

github.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// deno run --allow-net github.ts
2+
3+
const jsonResponse = await fetch("https://api.github.com/users/scmn-dev");
4+
const jsonData = await jsonResponse.json();
5+
console.log(jsonData);

0 commit comments

Comments
 (0)