Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lancew/moves-app
Wrapper for the Moves-App.com API
https://github.com/lancew/moves-app
Last synced: 14 days ago
JSON representation
Wrapper for the Moves-App.com API
- Host: GitHub
- URL: https://github.com/lancew/moves-app
- Owner: lancew
- Created: 2013-07-29T21:39:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T22:03:24.000Z (over 11 years ago)
- Last Synced: 2024-10-11T21:43:32.574Z (about 1 month ago)
- Language: Perl
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
MovesApp-Api version 0.0.1
[ REPLACE THIS...
The README is used to introduce the module and provide instructions on
how to install the module, any machine dependencies it may have (for
example C compilers and installed libraries) and any other information
that should be understood before the module is installed.A README file is required for CPAN modules since CPAN extracts the
README file from a module distribution so that people browsing the
archive can use it get an idea of the modules uses. It is usually a
good idea to provide version information here so that people can
decide whether fixes for the module are worth downloading.
]INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installAlternatively, to install with Module::Build, you can use the following commands:
perl Build.PL
./Build
./Build test
./Build installDEPENDENCIES
None.
COPYRIGHT AND LICENCE
Copyright (C) 2013, Lance Wicks
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.