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 🦀

shell cargo install bnomial-cli


Build it from source 🎯

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

then build and run

shell cargo run

OR

shell 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