google-place-api

Crates.iogoogle-place-api
lib.rsgoogle-place-api
version0.2.0
sourcesrc
created_at2021-12-27 06:10:29.428394
updated_at2021-12-29 09:31:26.781543
descriptionRust fetch Google Places API, support both cli and crate
homepage
repositoryhttps://github.com/kayac-chang/google-place-api.rs
max_upload_size
id503592
size55,965
Hello Kayac (kayac-chang)

documentation

README

google-place-api.rs

crates.io

Rust implementation for fetching Google Places API that returns information about places using HTTP requests.

TODO

  • Find Place
  • Nearby Search
  • [] Text Search
  • [] Place Details
  • [] Place Photo

Usage

[dependencies]
google-place-api = "0.2.0"

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 11

cargo fmt