cleverbot 0.1.0 copy "cleverbot: ^0.1.0" to clipboard
cleverbot: ^0.1.0 copied to clipboard

outdatedDart 1 only

A wrapper for interacting with the Cleverbot API.

cleverbot #

A wrapper for interacting with the Cleverbot API.

Usage #

Get your API key at The official Cleverbot API site.

A simple usage example:

import 'package:cleverbot/cleverbot.dart';

main() async {
  var cleverbot = new Cleverbot("<YOUR APIKEY HERE>");
  var result = await cleverbot.think('Hello Cleverbot!');
  print(result);
}

For usage in the browser just import cleverbot_browser.dart:

import 'package:cleverbot/cleverbot_browser.dart';

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A wrapper for interacting with the Cleverbot API.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on cleverbot