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

https://github.com/gardner/emi-icp-api


https://github.com/gardner/emi-icp-api

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# emi-icp-api

[![npm package][npm-img]][npm-url]
[![Build Status][build-img]][build-url]
[![Downloads][downloads-img]][downloads-url]
[![Issues][issues-img]][issues-url]
[![Code Coverage][codecov-img]][codecov-url]
[![Commitizen Friendly][commitizen-img]][commitizen-url]
[![Semantic Release][semantic-release-img]][semantic-release-url]

> My awesome module

## Install

```bash
npm install emi-icp-api
```

## Usage

```ts
import { myPackage } from 'emi-icp-api';

myPackage('hello');
//=> 'hello from my package'
```

## API

### myPackage(input, options?)

#### input

Type: `string`

Lorem ipsum.

#### options

Type: `object`

##### postfix

Type: `string`
Default: `rainbows`

Lorem ipsum.

[build-img]: https://github.com/gardner/emi-icp-api/actions/workflows/release.yml/badge.svg
[build-url]: https://github.com/gardner/emi-icp-api/actions/workflows/release.yml
[downloads-img]: https://img.shields.io/npm/dt/emi-icp-api
[downloads-url]: https://www.npmtrends.com/emi-icp-api
[npm-img]: https://img.shields.io/npm/v/emi-icp-api
[npm-url]: https://www.npmjs.com/package/emi-icp-api
[issues-img]: https://img.shields.io/github/issues/gardner/emi-icp-api
[issues-url]: https://github.com/gardner/emi-icp-api/issues
[codecov-img]: https://codecov.io/gh/gardner/emi-icp-api/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/gardner/emi-icp-api
[semantic-release-img]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-release-url]: https://github.com/semantic-release/semantic-release
[commitizen-img]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
[commitizen-url]: http://commitizen.github.io/cz-cli/