agomusa / galletita.deno.dev

πŸͺ Redirector to a cool playlist

Home Page:https://galletita.deno.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

galletita.deno.dev

Redirector to a cool playlist πŸ¦€

I love how simple is to setup an API with Oak 🐿️

import { Application } from "https://deno.land/x/oak/mod.ts";

const app = new Application();

app.use((ctx) => {
  ctx.response.redirect(SPOTIFY_PLAYLIST);
});

app.listen({ port: 8000 });

Licence

Licensed under the MIT License πŸ“„

About

πŸͺ Redirector to a cool playlist

https://galletita.deno.dev

License:MIT License


Languages

Language:TypeScript 100.0%