1
0
mirror of https://github.com/h7x4/unofficial_jisho_api_dart.git synced 2025-09-10 04:53:45 +02:00

Update README examples

This commit is contained in:
2020-06-23 12:56:05 +02:00
parent dd1eaf6b5e
commit f9b1aaeec3
2 changed files with 36 additions and 100 deletions

View File

@@ -1,7 +1,7 @@
import 'dart:convert';
import 'package:unofficial_jisho_api/unofficial_jisho_api.dart';
final jisho = JishoApi();
final encoder = JsonEncoder.withIndent(' ');
final encoder = JsonEncoder.withIndent(' ');
void main() async {
await jisho.scrapeForPhrase('').then((data) {