Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swanandx/bnomial-cli
A command line interface for bnomial
https://github.com/swanandx/bnomial-cli
Last synced: 11 days ago
JSON representation
A command line interface for bnomial
- Host: GitHub
- URL: https://github.com/swanandx/bnomial-cli
- Owner: swanandx
- License: mit
- Created: 2022-08-26T17:31:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T13:06:16.000Z (about 2 years ago)
- Last Synced: 2024-10-11T14:13:20.786Z (27 days ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
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**](https://twitter.com/0xbnomial) at [**bnomial.com**](https://today.bnomial.com/).
![bnomial-cli](https://user-images.githubusercontent.com/73115739/187030696-74c76a79-5835-4c92-b81a-42fb2420b9ab.gif)
## 🔠Installation
---
### Download executable 📈You can directly download executable and run it. No need for any installation.
> Check releases [here](https://github.com/swanandx/bnomial-cli/releases/).---
### 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