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

A wrapper for interacting with the Cleverbot API. Get your API key at http://www.cleverbot.com/api

example/cleverbot_example.dart

// Copyright (c) 2017, 'rinukkusu'. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:cleverbot/cleverbot.dart';

main() async {
  var cleverbot = new Cleverbot("<YOUR APIKEY HERE>");
  var result = await cleverbot.think('Hello Cleverbot!');
  print(result);
}
1
likes
35
pub points
0%
popularity

Publisher

unverified uploader

A wrapper for interacting with the Cleverbot API. Get your API key at http://www.cleverbot.com/api

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

http

More

Packages that depend on cleverbot