@splash-cli/core
Version:
Core of @splash-cli/splash-cli
33 lines (24 loc) • 443 B
Markdown
core
Check if the current month is equalt to the given month
# Install
```sh
npm install @splash-cli/core --save
or
yarn add @splash-cli/core
```
# Usage
```js
import splash from '@splash-cli/core';
splash(url, flags)
```
# Api
## splash(url, flags)
Core of splash-cli.
### url
Type: `String`
Unsplash api url
### flags
Type: `Object`
splash-cli flags
# License
MIT © [Federico Vitale](https://federicovitale.me)