mirror of
https://github.com/h7x4/unofficial_jisho_api_dart.git
synced 2025-02-21 22:37:23 +01:00
An unofficial api for searching and scraping the japanese dictionary Jisho.org
example | ||
lib | ||
test | ||
.gitignore | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
pubspec.yaml | ||
README.md |
A library for Dart developers.
Created from templates made available by Stagehand under a BSD-style license.
Usage
A simple usage example:
import 'package:unofficial_jisho_api/unofficial_jisho_api.dart';
main() {
var awesome = new Awesome();
}
Features and bugs
Please file feature requests and bugs at the issue tracker.