ranbumfy

Crates.ioranbumfy
lib.rsranbumfy
version0.1.1
sourcesrc
created_at2019-03-08 18:46:07.518662
updated_at2019-03-10 12:23:32.916038
descriptionA tool to drawn albums from spotify
homepagehttps://github.com/mrcosta/ranbumfy
repositoryhttps://github.com/mrcosta/ranbumfy
max_upload_size
id119517
size15,121
Mateus Costa (mrcosta)

documentation

README

pipeline status Build Status codecov

randomize n albums to be listen based in your followed artists

Executing

  • to run: cargo run

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
Commit count: 78

cargo fmt