1 unstable release
Uses old Rust 2015
0.1.0 | Feb 7, 2018 |
---|
#6 in #food
9KB
87 lines
tabelog-searcher
tabelog-searcher's searchable area is Japan.
Usage
extern crate tabelog_searcher;
use tabelog_searcher::TabelogClient;
fn main() {
let result = TabelogClient.search("渋谷", "ラーメン");
match result.is_empty() {
true => println!("not found."),
false =>
for url in result {
println!("{}", url);
}
}
}
Support area
- Japan
License
tabelog-searcher is available under the MIT and Apache 2.0 license. See the LICENSE file.
Dependencies
~8–17MB
~254K SLoC