https://github.com/zefirka/ryaa
https://github.com/zefirka/ryaa
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zefirka/ryaa
- Owner: zefirka
- Created: 2020-11-03T01:12:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T19:42:44.000Z (almost 2 years ago)
- Last Synced: 2025-10-24T00:05:40.719Z (9 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ryaa
Random music-band-oriented name generator
---
Example:
```js
const ryaa = require('ryaa');
ryaa(); // 'altan eilish'
ryaa(); // 'wallace tankian'
```