Skip to content

UltiRequiem/galletita.deno.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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 Spotify playlist

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project