unofficial_jisho_api 1.0.0 copy "unofficial_jisho_api: ^1.0.0" to clipboard
unofficial_jisho_api: ^1.0.0 copied to clipboard

outdated

An unofficial api for searching and scraping the japanese dictionary Jisho.org

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add unofficial_jisho_api

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  unofficial_jisho_api: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:unofficial_jisho_api/api.dart';
import 'package:unofficial_jisho_api/parser.dart';
18
likes
0
pub points
39%
popularity

Publisher

verified publisherh7x4.xyz

An unofficial api for searching and scraping the japanese dictionary Jisho.org

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

html, html_unescape, http

More

Packages that depend on unofficial_jisho_api