Skip to content

Commit

Permalink
Merge pull request #50 from net-tech/docs/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
net-tech committed Oct 5, 2023
2 parents 2b61cd5 + c53b323 commit e5f7983
Showing 1 changed file with 53 additions and 0 deletions.
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.

0 comments on commit e5f7983

Please sign in to comment.