Awesome
<div align="center"> <img src="assets/Bannero.png" width="80%"> <h1> Bannero API </h1> <p>🚀🥇🗳</p><strong><p> Simple random banner pictures for blogs, websites and more.</p></strong>
</div>I'm BACK!
What is Simple Desktops?
Simple Desktops is ...
A collection of wallpapers designed to make your computer beautiful without distraction.
Personally, I really like the design and simplicity of the images Simple Desktops provide. So I really wanted to put those on my blog, or other web pages. So I whipped up this API to randomize an image that I can easily embed in my blog posts.
Usage
Embed the following code into your desired places. Don't worry about https
support, API's GET
method is served over https
, and all redirected image links are served over https
too. 🐱👤
1. Plain URL
https://bannero.herokuapp.com
2. Markdown
![img](https://bannero.herokuapp.com)
3. HTML
<img src="https://bannero.herokuapp.com" alt="img.png" title="img.png" />
Images are reloaded and randomized with every refresh.
Does it look nice?
Of course.
Contributions are welcome.
Building
- Install Python 3
- Install
pipenv
, then run:
pipenv install
- Go into Python virtual environment:
pipenv shell
- Run server at
localhost:9000
python src/api.py
Acknowledgements
- Images at Simple Desktops are for personal use and for personal use only. They shouldn't be sold or reposted without the expressed written consent of the desktop creator. See Simple Desktops for more details.
- A huge thank you to SM.MS for providing such a stable and awesome image hosting service.
- App is proudly served at Heroku.
🚀 Bannero API ©Spencer Woo. Released under the MIT License.
Created, authored and maintained by Spencer Woo.