https://github.com/sidibecker/rojao
https://github.com/sidibecker/rojao
npm rojao
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sidibecker/rojao
- Owner: SidiBecker
- License: mit
- Created: 2021-02-16T01:30:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-16T02:14:39.000Z (over 5 years ago)
- Last Synced: 2025-03-06T10:11:02.462Z (over 1 year ago)
- Topics: npm, rojao
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/rojao
- Size: 387 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 'rojao' Command Line Sound
Play famous "rojao" sound. Extremely based on [oloquinho](https://github.com/oloquinho/oloquinho) command line sound. All the credits to the original creators.
## Compatibility
- Linux
- Windows
- Mac
## Installing
Install globally:
npm install -g rojao
## Running
With npm:
npm install -g rojao
rojao
Npx:
npx rojao
Node script:
import rojao from 'rojao';
rojao();