Dweb How-To
Ou comment déployer des sites statiques sur IPFS
import { serve } from "https://deno.land/[email protected]/http/server.ts"; | |
async function getPrice(ids: string, vs: string) { | |
const url = | |
`https://api.coingecko.com/api/v3/simple/price?ids=${ids}&vs_currencies=${vs}`; | |
const res = await fetch(url); | |
const body = res.json(); |
#protonmail #debian #linux
Currently protonmail bridge for linux is distributed as part of an open beta program, but soon it will be made public (https://protonmail.com/bridge/install).
Consider that the bridge linux client requires a paid protonmail account to work.