Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahmedsomaa/solve-my-problems

Magic package that solves all problems and makes everything ok.
https://github.com/ahmedsomaa/solve-my-problems

Last synced: 6 days ago
JSON representation

Magic package that solves all problems and makes everything ok.

Awesome Lists containing this project

README

        

# solve-my-problems
![npm](https://img.shields.io/npm/v/solve-my-problems?style=flat-square)
![npm](https://img.shields.io/npm/dw/solve-my-problems?style=flat-square)
![npm bundle size](https://img.shields.io/bundlephobia/min/solve-my-problems?color=red&style=flat-square)
![NPM](https://img.shields.io/npm/l/solve-my-problems?color=yellow&style=flat-square)

Magic package that solves all problems and makes everything ok.

## Install
```
$ npm i solve-my-problems
```

## Usage
```js
const solveProblems = require('solve-my-problems');

solveProblems('Joe');
//=> "Relax Joe 😌 All your problems have been solved 👌"
```