1
2
3
4
5
6
7
8
9
10
import { postToMastodon } from "https://esm.town/v/sebdd/postToMastodon";
export function testPostToMastodon() {
let response = postToMastodon(
"https://floss.social/api/v1",
Deno.env.get("mastodonAccessToken"),
"🔴 Nueva página web del proyecto de investigación periodística #CrimenesdeOdio. Recogemos 101 casos actualizados con 103 víctimas mortales en el Estado español entre 1990 y 2020. 👉 http://crimenesdeodio.info",
);
console.log(response);
}
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
May 16, 2024