An open API service indexing awesome lists of open source software.

https://github.com/hugomrdias/material-hd


https://github.com/hugomrdias/material-hd

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# material-hd [![NPM Version](https://img.shields.io/npm/v/material-hd.svg)](https://www.npmjs.com/package/material-hd) [![NPM Downloads](https://img.shields.io/npm/dt/material-hd.svg)](https://www.npmjs.com/package/material-hd) [![NPM License](https://img.shields.io/npm/l/material-hd.svg)](https://www.npmjs.com/package/material-hd) [![Build Status](https://travis-ci.org/hugomrdias/material-hd.svg?branch=master)](https://travis-ci.org/hugomrdias/material-hd) [![codecov](https://codecov.io/gh/hugomrdias/material-hd/badge.svg?branch=master)](https://codecov.io/gh/hugomrdias/material-hd?branch=master)

> My breathtaking module

## Install

```
$ npm install material-hd
```

## Usage

```js
const materialHd = require('material-hd');

materialHd('unicorns');
//=> 'unicorns & rainbows'
```

## API

### materialHd(input, [options])

#### input

Type: `string`

Lorem ipsum.

#### options

##### foo

Type: `boolean`

Default: `false`

Lorem ipsum.

## License

MIT © [Hugo Dias](http://hugodias.me)