An unofficial api for searching and scraping the japanese dictionary Jisho.org
Go to file
Oystein Kristoffer Tveit 5be39da75e Init 2020-03-08 21:11:32 +01:00
example Init 2020-03-08 21:11:32 +01:00
lib Init 2020-03-08 21:11:32 +01:00
test Init 2020-03-08 21:11:32 +01:00
.gitignore Init 2020-03-08 21:11:32 +01:00
CHANGELOG.md Init 2020-03-08 21:11:32 +01:00
README.md Init 2020-03-08 21:11:32 +01:00
analysis_options.yaml Init 2020-03-08 21:11:32 +01:00
pubspec.yaml Init 2020-03-08 21:11:32 +01:00

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.