# Lastui
A command line tool to acces the Last.fm API and its available commands
https://github.com/user-attachments/assets/8d484e10-2928-489f-9670-d5590c47c444
## Installation
Lastui can be installed through [crates](https://crates.io) through the following [link](https://crates.io/crates/lastui)
Or by running the following command in your terminal:
```bash
cargo install lastui
```
## Usage
Lastui takes advantage of the public Last.fm API in order to allow
you to make actions through the terminal.
### Get Started
In order to perform any command in Lastui, you first need to autheticate yourself. You need the following:
- Last.fm account (sign up [here](https://www.last.fm/join))
- Last.fm developer API key (don't worry they're free and you can get them from [here](https://www.last.fm/api/account/create))
Once you have the needed information, go to your terminal and type in the following command
```bash
lastui
```
You should be prompted to enter your Last.fm API key and then your username.
Once everything works, you are good to go!