bnomial-cli

Crates.iobnomial-cli
lib.rsbnomial-cli
version0.1.1
sourcesrc
created_at2022-08-27 12:08:37.158219
updated_at2022-08-27 13:08:13.09015
descriptionGet a fun machine learning question everyday in your terminal!
homepagehttps://github.com/swanandx/bnomial-cli/
repositoryhttps://github.com/swanandx/bnomial-cli/
max_upload_size
id653390
size45,879
Swanand Mulay (swanandx)

documentation

README

bnomial-cli

A command line interface to get a fun machine learning question everyday in your terminal!

The questions are originally posted by 0xbnomial at bnomial.com.

bnomial-cli

🔭 Installation


Download executable 📈

You can directly download executable and run it. No need for any installation.

Check releases here.


Using cargo 🦀

cargo install bnomial-cli

Build it from source 🎯

Clone repository

git clone https://github.com/swanandx/bnomial-cli && cd bnomial-cli

then build and run

cargo run

OR

cargo build --release
cd target/release/
./bnomial-cli


Further Improvements

There is still a huge scope for improvements:

  • User login
  • Caching the today's question locally
  • Open Issues etc.

Fork, Commit, PR, Repeat..

If you liked this, please let me know! That will motivate me to work on it more <3

Commit count: 9

cargo fmt