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
- Host: GitHub
- URL: https://github.com/artelydev/fortune-cookie-ru
- Owner: artelydev
- License: gpl-3.0
- Created: 2018-01-31T14:46:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T17:57:07.000Z (over 2 years ago)
- Last Synced: 2023-09-20T09:34:05.466Z (about 2 years ago)
- Topics: fortune, fortune-cookie, javascript, js
- Language: JavaScript
- Homepage: https://artelydev.github.io/fortune-cookie-ru
- Size: 771 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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();
```