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

https://github.com/artelydev/fortune-cookie-ru

Cookie fortunes in russian
https://github.com/artelydev/fortune-cookie-ru

fortune fortune-cookie javascript js

Last synced: 8 months ago
JSON representation

Cookie fortunes in russian

Awesome Lists containing this project

README

          

# Fortune Cookie in Russian

Module to get random fortune in russian.

```bash
npm install fortune-cookie-ru --save
```

## Usage

```js
const fortune = require('fortune-cookie-ru');

fortune.get();
```