Skip to content

Instantly share code, notes, and snippets.

View pacwoodson's full-sized avatar
🐒

Pacien B pacwoodson

🐒
View GitHub Profile
@pacwoodson
pacwoodson / dweb_guide_fr.md
Last active January 27, 2021 13:43
Dweb Guide FR

Dweb How-To

Ou comment déployer des sites statiques sur IPFS

Generer un site statique

@pacwoodson
pacwoodson / deno_coingecko.ts
Created January 10, 2022 10:03
Fetch coingecko prices
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();
@pacwoodson
pacwoodson / Protonmail.md
Created February 21, 2022 16:49 — forked from githubcom13/Protonmail.md
Configure the protonmail bridge linux client on Ubuntu 20.04 and Debian 10 server

Protonmail on Ubuntu 20.04 and Debian 10 server

#protonmail #debian #linux

Before you start

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.

Get the protonmail bridge linux installer