Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahmedsomaa/solve-my-problems
- Owner: ahmedsomaa
- License: mit
- Created: 2020-05-08T23:08:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T22:06:05.000Z (over 4 years ago)
- Last Synced: 2024-05-21T03:01:01.200Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 👌"
```