https://github.com/rootslab/mph
Mph.
https://github.com/rootslab/mph
Last synced: 9 months ago
JSON representation
Mph.
- Host: GitHub
- URL: https://github.com/rootslab/mph
- Owner: rootslab
- License: mit
- Created: 2015-02-17T19:43:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-17T19:47:08.000Z (over 11 years ago)
- Last Synced: 2024-04-20T11:08:33.844Z (about 2 years ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
### Mph
[](https://www.npmjs.org/package/mph)
[](https://www.codacy.com/public/44gatti/mph)
[](https://codeclimate.com/github/rootslab/mph)
[](https://codeclimate.com/github/rootslab/mph)
[](https://github.com/rootslab/mph#mit-license)
[](http://travis-ci.org/rootslab/mph)
[](https://david-dm.org/rootslab/mph)
[](https://david-dm.org/rootslab/mph#info=devDependencies)
[](http://npm-stat.com/charts.html?package=mph)
[](https://nodei.co/npm/mph/)
[](https://nodei.co/npm/mph/)
[](https://sourcegraph.com/github.com/rootslab/mph)
[](https://sourcegraph.com/github.com/rootslab/mph)
[](https://sourcegraph.com/github.com/rootslab/mph)
> __Mph__.
###Install
```bash
$ npm install mph [-g]
```
> __require__:
```javascript
var Mph = require( 'mph' );
```
###Run Tests
> __to run all test files, install devDependecies:__
```bash
$ cd mph/
# install or update devDependecies
$ npm install
# run tests
$ npm test
```
> __to execute a single test file simply do__:
```bash
$ node test/file-name.js
```
###Constructor
```javascript
Mph( [ Object opt ] )
// or
new Mph( [ Object opt ] )
```
####Options
> Default options are listed.
```javascript
opt = {
}
```
###Properties
```javascript
/*
* Instance configuration object.
*/
Mph.options : Object
```
###Methods
> Arguments within [ ] are optional.
```javascript
/*
*/
Mph#do : function () : Mph
```
### MIT License
> Copyright (c) 2015 < Guglielmo Ferri : 44gatti@gmail.com >
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
> 'Software'), to deal in the Software without restriction, including
> without limitation the rights to use, copy, modify, merge, publish,
> distribute, sublicense, and/or sell copies of the Software, and to
> permit persons to whom the Software is furnished to do so, subject to
> the following conditions:
> __The above copyright notice and this permission notice shall be
> included in all copies or substantial portions of the Software.__
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[](https://github.com/igrigorik/ga-beacon)