diff --git a/README.md b/README.md index 389c602..7e0ac30 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ A minimal Python library to draw customized maps from OpenStreetMap data. Based on [osmnx](https://github.com/gboeing/osmnx), [matplotlib](https://matplotlib.org/), [shapely](https://shapely.readthedocs.io/en/stable/index.html) and [vsketch](https://github.com/abey79/vsketch) libraries. +## As seen on [Hacker News](https://web.archive.org/web/20210825160918/https://news.ycombinator.com/news): +![](prints/hackernews-prettymaps.png) + ## Google Colaboratory Demo [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/marceloprates/prettymaps/blob/master/notebooks/examples.ipynb) diff --git a/prints/hackernews-prettymaps.png b/prints/hackernews-prettymaps.png new file mode 100644 index 0000000..6c4802b Binary files /dev/null and b/prints/hackernews-prettymaps.png differ