Skip to content

Instantly share code, notes, and snippets.

View AnthonyDeplanque's full-sized avatar
🐷

Anthony Qldp AnthonyDeplanque

🐷
View GitHub Profile
const url = require('url');
const http = require ('http');
const port= 8000;
const requestHandler = (request, response) => {
const parsedUrl = url.parse(request.url, true);
const person = {
name : parsedUrl.query.name,
city : parsedUrl.query.city
First, you have to install these two fonts packs
https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Agave.zip
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/Hack/Regular/complete
and configure these software to use these fonts
for linux (vs code & git bash) or windows git-bash : agave nf
for windows vs code : hack nf