An open API service indexing awesome lists of open source software.

https://github.com/bholmesdev/spotify-search

Spotify search example with Rust reqwest. As seen on LogRocket Blog
https://github.com/bholmesdev/spotify-search

blog

Last synced: 10 months ago
JSON representation

Spotify search example with Rust reqwest. As seen on LogRocket Blog

Awesome Lists containing this project

README

          

Welcome to Spotify search - a Rust Reqwest demo 👋




License: MIT


Twitter: bholmesdev

> A simple demo of building a search client using Rust's Reqwest library. Find the full-length blog post on the LogRocket blog 🚀

## Install

```sh
cargo build
```

## Usage

```sh
cargo run "[search query]" "[Spotify auth token]"
```

You'll need an authentication token to make search queries! If you have an account, it's easy to grab one [right over here](https://developer.spotify.com/console/get-search-item/?q=Muse&type=track&market=US&limit=5&offset=5&include_external=).

## Author

👤 **Ben Holmes**

* Website: https://blog.logrocket.com/author/benholmes/
* Twitter: [@bholmesdev](https://twitter.com/bholmesdev)
* Github: [@Holben888](https://github.com/Holben888)

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_