https://github.com/aschleg/poetflask
Simple Flask app that displays poetry from the PoetryDB API.
https://github.com/aschleg/poetflask
Last synced: about 2 months ago
JSON representation
Simple Flask app that displays poetry from the PoetryDB API.
- Host: GitHub
- URL: https://github.com/aschleg/poetflask
- Owner: aschleg
- License: gpl-2.0
- Created: 2018-07-05T02:53:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-21T14:26:08.000Z (about 6 years ago)
- Last Synced: 2025-01-13T08:46:11.706Z (3 months ago)
- Language: HTML
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Poetflask
Poetflask is a simple [Flask app](http://flask.pocoo.org/) that displays information and poetry extracted from
various online sources and APIs. The poetry content was extracted from [PoetryDB](http://poetrydb.org/), and the poet
descriptions and other information is taken from Wikipedia through the
[MediaWiki API](https://www.mediawiki.org/wiki/API:Main_page). The extracted data is stored in a Postgresql database.## License
GPL-2.0