https://github.com/koraa/node-discordianquotes
Hail Eris. Hail Discordia!
https://github.com/koraa/node-discordianquotes
Last synced: about 2 months ago
JSON representation
Hail Eris. Hail Discordia!
- Host: GitHub
- URL: https://github.com/koraa/node-discordianquotes
- Owner: koraa
- Created: 2014-10-01T20:56:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T21:23:04.000Z (over 10 years ago)
- Last Synced: 2025-03-21T17:52:49.183Z (2 months ago)
- Language: CoffeeScript
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Discordianquotes
This library implements a simple interface for
http://discordianquotes.com .
The command line app should allow you to display a random
quote; the node module should expose a bit more.# Usage
```
$ npm install -g discordianquotes
$ disco
Take me or leave me; or, as is the usual order of things,
both.http://discordianquotes.com/quote/leave-usual-order-things
```In case of procrastination:
```
for x in `seq 100`; do disco | head -n +2; echo; sleep 0.1; done | more
```See the files on how to use the lib. It's really short.
# Developmemt
This was coded with coffescript.
The package file was creates with yaml.To generate the corresponding js/json files, you need to run
`make`.# TODO
* Console output should be colorful
* Fetch the following properties and add them to meta data:
* Upvotes/Downvotes
* Attribution
* Age
* Display the properties on CLI and add flags to turn stuff
on/off
* We should be able to code this without external libs# License
"THE BEER-WARE LICENSE" (Revision 42):
wrote this lib. As long as you retain this
notice you can do whatever you want with this stuff.
If we meet some day, and you think this stuff is worth it,
you can buy me a beer in return.
I happen to dislike beer so you can buy me a jasmine tee or
a Tschunk.Karolin Varner
# Hail Eris! Hail Discordia!