Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create README.md #50

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Beemo Log Analyzer

Welcome to the Beemo Log Analyzer! This Rust application processes and analyzes Beemo logs, providing insightful data regarding join dates and times.

## Getting Started

These instructions will help you get a copy of the project up and running on your local machine.

### Prerequisites

- [Rust](https://www.rust-lang.org/tools/install): You will need Rust and Cargo (Rust’s build system and package manager) installed on your machine. Visit the link to install it.

### Downloading the Code

1. **Clone the Repository:**
```sh
git clone https://github.com/net-tech/beemo-join-time-diff.git
```

2. **Navigate to the Repository:**
```sh
cd beemo-join-time-diff
```

### Running the Code

1. **Build the Project:**
```sh
cargo build --release
```

2. **Run the Project:**
```sh
cargo run --release -- [Beemo log URL]
```
Replace `[Beemo log URL]` with the Beemo log URL you want to analyze.

## Usage

After installing you can just run


```sh
cargo run --release -- [Beemo log URL]
```

## Contributing

Feel free to fork the project, open a PR, or submit issues with feature requests or bug reports. Every contribution is appreciated!

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.