https://github.com/derlin/py-quotes
A little website to gather nice quotes
https://github.com/derlin/py-quotes
Last synced: 10 months ago
JSON representation
A little website to gather nice quotes
- Host: GitHub
- URL: https://github.com/derlin/py-quotes
- Owner: derlin
- Created: 2015-05-09T11:32:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T08:35:00.000Z (about 10 years ago)
- Last Synced: 2025-01-20T10:31:01.221Z (over 1 year ago)
- Language: Python
- Size: 286 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py-quotes
A little website to gather nice quotes
The backend is made of a cherrypi minimal REST webservice, storing data into a sqlite database (`../quotes.py`).
The frontend is implemented with AngularJS 1. It allows you to:
- insert quotes (text + author);
- search quotes;
- export all quotes to a downloadable json file;
- display random quotes.
The idea came from the realisation that I love quotes, but never remember them. By having a simple interface to store and
consult them, I was finally motivated to stop my tasks and write them down when they especially touched me.
The fact that it is exportable in json make the quotes independant from the app: you can easily get them and use them
with another app/texteditor.