YusufOzmen01 / yusufozmen01

I play osu! and code some stuff. Mostly interested on JavaScript but I use Python as well.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import { Me, Coding } from "sergio-marquina";
  
const me = Me();

me.get("coding", (req, res) => {
  res.send(Coding.from(me).currentLanguages()); /* ["JavaScript, "Golang" ]*/
})

me.listen(80, () => console.log("Ready to code!"));


Generic badge Generic badge

About

I play osu! and code some stuff. Mostly interested on JavaScript but I use Python as well.