diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..440adb0 --- /dev/null +++ b/public/index.html @@ -0,0 +1,43 @@ + + + + + + + + Wilco stats + + + +

Wilco badge generator

+ + +

How to use

+

Paste this image tag in your HTML / Markdown file

+
+        <img src="https://wilcobadge.vercel.app/api/handler?wilconame=[YOUR WILCO NAME]" />
+    
+ + diff --git a/src/index.ts b/src/index.ts index f9e0d5a..8c42dd6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,10 +1,2 @@ //! THIS FILE NOT REALLY MEAN SOMETHING THE API IS WHAT DO THE JOB -import fs from 'node:fs'; -import express from 'express'; - -const app = express(); -app.use(express.static('.')); - -const listener = app.listen(3000, function () { - console.log('Your app is listening on port ' + 3000); -}); +console.log({ '🏄‍♂️': '🦦' });