https://github.com/andrewn/simple-quotes
SimpleNote quotes webservice
https://github.com/andrewn/simple-quotes
Last synced: over 1 year ago
JSON representation
SimpleNote quotes webservice
- Host: GitHub
- URL: https://github.com/andrewn/simple-quotes
- Owner: andrewn
- Created: 2011-06-26T21:04:57.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-06-26T21:11:49.000Z (about 15 years ago)
- Last Synced: 2025-01-13T14:53:00.674Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SimpleQuotes
==
A simple web service for fetching the a random SimpleNote note tagged with "quote".
Set your email and password as environment vars when you start the service, like this:
QUOTE_EMAIL="me@email.com" QUOTE_PASSWORD="myreallygoodpassword" coffee app.coffee
A random quote should then appear at /quotes/random
This is mainly a thing for me to try our coffeescript and node.js.