# dexscreener
[![Crates.io][crates-badge]][crates-url]
[![License][license-badge]][license-url]
[![CI Status][actions-badge]][actions-url]
A Rust [Dexscreener](https://dexscreener.com) HTTP API client
## Quickstart
Add this to your Cargo.toml:
```toml
[dependencies]
dexscreener = { git = "https://github.com/DaniPopes/dexscreener" }
```
## License
This project is licensed under the [MIT license][license-url].
[crates-badge]: https://img.shields.io/crates/v/dexscreener.svg
[crates-url]: https://crates.io/crates/dexscreener
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license-url]: https://github.com/DaniPopes/dexscreener/blob/master/LICENSE
[actions-badge]: https://github.com/DaniPopes/dexscreener/workflows/CI/badge.svg
[actions-url]: https://github.com/DaniPopes/dexscreener/actions?query=workflow%3ACI+branch%3Amaster