Skip to content

mrcosta/ranbumfy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages