An open API service indexing awesome lists of open source software.

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.

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