Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 648 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 648 Bytes

Moos2

A hobby project for transforming playlists from the radio station WFMU into Spotify playlists on your account.

The intention is eventually to iterate on this specification in different languages.

Usage

The expected usage for any given program is something like,

$ ./moos2 [URL] [Name of playlist]

Languages

  • Elixir
  • Clojure
  • TypeScript
  • Rust
  • Haskell

To Do

  • Abstract responsibility of authentication to the Spotify API into a separate program that outputs credentials to stdout or the environment.