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
- Host: GitHub
- URL: https://github.com/bholmesdev/spotify-search
- Owner: bholmesdev
- License: other
- Created: 2021-10-15T03:01:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T03:10:43.000Z (over 4 years ago)
- Last Synced: 2025-03-31T09:41:11.250Z (11 months ago)
- Topics: blog
- Language: Rust
- Homepage: https://blog.logrocket.com/making-http-requests-rust-reqwest/
- Size: 9.77 KB
- Stars: 13
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Welcome to Spotify search - a Rust Reqwest demo 👋
> 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)_