NAME

   WWW::Wolfram::DataDrop - Access the Wolfram DataDrop API

SYNOPSIS

     use WWW::Wolfram::DataDrop;

     my $bin = Databin('id');
     $bin->add(name => 'Peter', age => 33);

DESCRIPTION

   WWW::Wolfram::DataDrop allow you to write to the Wolfram DataDrop API.

AUTHOR

   Peter Stuifzand <[email protected]>

COPYRIGHT

   Copyright 2017- Peter Stuifzand

LICENSE

   This library is free software; you can redistribute it and/or modify it
   under the same terms as Perl itself.

SEE ALSO