1
0
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
Go to file
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
analysis_options.yaml Init 2020-03-08 21:11:32 +01:00
CHANGELOG.md Init 2020-03-08 21:11:32 +01:00
pubspec.yaml Init 2020-03-08 21:11:32 +01:00
README.md Init 2020-03-08 21:11:32 +01:00

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.