Skip to content

Commit

Permalink
move multiplatform migration to separate branch, make main branch OSS…
Browse files Browse the repository at this point in the history
…-presentable
  • Loading branch information
mattwyskiel committed Sep 1, 2024
1 parent 2236731 commit 2ad8193
Show file tree
Hide file tree
Showing 70 changed files with 28 additions and 2,677 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
deploy:
runs-on: ubuntu-latest
name: Publishes this SST stack
defaults:
run:
working-directory: ./old
steps:
- uses: actions/checkout@v3
- id: pnpm-install
Expand Down
File renamed without changes.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# A-List

![A-List](https://assets.mattwyskiel.com/a-list/podcast-image.jpeg)

A home website for my DJ-style mixes.

## Background

I grew up with a love for music. My parents raised me on James Taylor, John Mayer, Donald Fagen, and Van Halen. For many years, at least since college, I've been building my skills on the side as a DJ and mixer, most prominently putting them to use as host of my college radio show King Matt's A-List.

Post-college, I started creating mixes again, and I began hosting them on my Asset server and sending links to my friends. As I did it more and more, I realized they would want an easier experience listening, and that I too would want an easier way to access my mixes when I want to listen to them.

See a need, fill a need!

## Features

- Centralized database of mixes I've made since 2021
- Web player for easy streaming of audio
- Hostable podcast feed for easy import into podcast apps
- https://api.mattwyskiel.com/a-list/podcast-feed :grin:

## Stack

- **Frontend:** [Next.js](https://nextjs.org/)
- **Backend:** [AWS Lambda](https://aws.amazon.com/lambda/) (Node.js)
- **Database:** [Amazon DynamoDB](https://aws.amazon.com/dynamodb/)
- **File Hosting:** [Amazon S3](https://aws.amazon.com/s3/) (defined externally)
- **Infrastructure:** [SST v2](https://v2.sst.dev/) (based on [AWS CDK](https://aws.amazon.com/cdk/))
Binary file removed apple-apps/.DS_Store
Binary file not shown.
Loading

0 comments on commit 2ad8193

Please sign in to comment.