Device-Neurio version 0.15
==========================

This module is designed to allow interaction with the Neurio API via Perl.

In order to use this module, you will require a Neurio sensor installed in 
your home as well as the key, secret and sensor ID provided by Neurio.

Information about acquiring a Neurio sensor can be found at http://neur.io


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   LWP::UserAgent v 6.05
   JSON           v 2.90
   MIME::Base64   v 3.14

COPYRIGHT AND LICENCE

Copyright (C) 2014 by Kedar Warriner

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.2 or,
at your option, any later version of Perl 5 you may have available.