bnomial-cli 0.1.1

Get a fun machine learning question everyday in your terminal!
Documentation

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