Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonchurch/trek-quotes
Random Star Trek Dialogue for when you need to boldly go where no one has gone before
https://github.com/jonchurch/trek-quotes
Last synced: about 1 month ago
JSON representation
Random Star Trek Dialogue for when you need to boldly go where no one has gone before
- Host: GitHub
- URL: https://github.com/jonchurch/trek-quotes
- Owner: jonchurch
- Created: 2017-08-16T05:05:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T17:56:38.000Z (over 6 years ago)
- Last Synced: 2024-10-06T14:40:47.105Z (4 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Random Star Trek Quotes
### 177 quotes from across the various shows and movies, for when you feel like boldy going where none have gone before.
Currently, we export a randomQuote function that will return a string with the quote on the first line, and a newline followed by attribution
```
const trek = require('trek-quotes')console.log(trek.randomQuote())
// >> 'Shields up! Rrrrred alert!
// >> ~Riker'```
### Credit
I found the list of quotes in [this codepen](https://codepen.io/JeanRC/details/oLJrZo/)
### Work in Progress
This project is for fun, and will be expanded. PR's welcome, if you want to add a feature, or check any open [Issues](http://github.com/jonchurch/trek-quotes/issues) for ideas where to start.