mrcosta / ranbumfy

randomise an album for your to listen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pipeline status Build Status codecov

randomize n albums to be listen based in your followed artists

Executing

  • create an .env file in the root of the project like this:
CLIENT_ID="somevaluefromspotify"
CLIENT_SECRET="somevaluefromspotify"
REDIRECT_URI="http://localhost"
  • to run: cargo run -- -w
  • or with the binary: ./target/debug/ranbumfy -w

contributing

  • to run tests: cargo test
  • to run only integration tests: cargo test --test integration
  • to run only one test: cargo test <TESTNAME>
  • to run only unit tests: cargo test --bin ranbumfy
  • take a look in .gitlab-ci.yml to see which rust version is being supported

About

randomise an album for your to listen


Languages

Language:Rust 100.0%