https://github.com/thehashton/random-title
NPM module that generates random titles
https://github.com/thehashton/random-title
javascript npm npm-package random-string random-title
Last synced: 3 months ago
JSON representation
NPM module that generates random titles
- Host: GitHub
- URL: https://github.com/thehashton/random-title
- Owner: thehashton
- License: mit
- Created: 2019-05-08T20:34:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T23:50:17.000Z (almost 6 years ago)
- Last Synced: 2024-04-26T07:45:30.000Z (about 1 year ago)
- Topics: javascript, npm, npm-package, random-string, random-title
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **Random Title**
#### By Harry Ghazni / COPYRIGHT 2019Generates a random selection out of a set of titles made by yourself.
```
npm i @hghazni/random-title
```Configure it with as many strings as you want, I've used 3 as an example.
```
import rtitle from './node_modules/@hghazni/random-title/index.js';
rtitle(
//element ID you wish the title to go in
{element: 'rtitle'},//string 1
'Title numero 1',//string 2
'Title numero 2',//string 3
'Title numero 3'
);```
=> https://github.com/hghazni/random-title
=> [NPM Module](https://www.npmjs.com/package/@hghazni/random-title)
=> [Harry Ghazni](http://www.hghazni.com)
 