Avatar

rld

2 public vals
Joined June 1, 2023
1
2
3
4
5
6
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
// Github followers
export let githubFollowers = fetchJSON(
"https://api.github.com/users/roskideluge/followers",
);
1
2
3
4
5
6
import { id } from "https://esm.town/v/rld/id";
export let runGET = id(
"This is a GET request to the @rld.runGET endpoint in val.town",
);
// Forked from @stevekrouse.runGET
Next