Skip to content

divayprakash/dilbert-viewer

 
 

Repository files navigation

Dilbert Viewer

A simple comic viewer for Dilbert by Scott Adams, hosted on Heroku here. It uses the Heroku PostgreSQL addon for caching.

Instructions

  1. Install pre-commit and set it up for Git pre-commit hooks:

    pip install pre-commit
    pre-commit install
  2. Run the script cache_init.sql at the beginning to create the required tables in the cache:

    heroku pg:psql -a dilbert-viewer -f cache_init.sql
  3. [Optional] Test the viewer locally:

    DATABASE_URL=$(heroku config:get DATABASE_URL -a dilbert-viewer) heroku local web

About

Simple viewer webpage for Dilbert by Scott Adams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.5%
  • HTML 8.7%
  • TSQL 3.8%
  • CSS 1.0%