Skip to content

Commit

Permalink
Include sponsors badge on website
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 4, 2020
1 parent 2f7e601 commit 3ba2c05
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -5,11 +5,10 @@ An API to programatically generate memes based solely on requested URLs.
[![Unix Build Status](http://img.shields.io/travis/jacebrowning/memegen/master.svg?label=unix)](https://travis-ci.org/jacebrowning/memegen)
[![Windows Build Status](https://img.shields.io/appveyor/ci/jacebrowning/memegen/master.svg?label=windows)](https://ci.appveyor.com/project/jacebrowning/memegen)
[![Coverage Status](http://img.shields.io/coveralls/jacebrowning/memegen/master.svg)](https://coveralls.io/r/jacebrowning/memegen)
[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/jacebrowning/memegen.svg)](https://scrutinizer-ci.com/g/jacebrowning/memegen/?branch=master)
[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/jacebrowning/memegen.svg)](https://scrutinizer-ci.com/g/jacebrowning/memegen/?branch=master) <!--content-->
[![License](https://img.shields.io/badge/license-mit-blue)](https://github.com/jacebrowning/memegen/blob/master/LICENSE.md)
[![GitHub Sponsor](https://img.shields.io/badge/server%20costs-%2430%2Fmonth-red)](https://github.com/sponsors/jacebrowning)

<!--content-->

## Generating Images

The API is stateless so URLs contain all the information necessary to generate meme images. For example, https://memegen.link/buzz/memes/memes_everywhere.jpg produces:
Expand Down Expand Up @@ -90,7 +89,7 @@ Thanks go to [danieldiekmeier/memegenerator](https://github.com/danieldiekmeier/

## Sample Clients

| Platforms | Link | Source |
| Platforms | Link | Source |
| :-: | :-- | :-- |
| Slack | --- | Python: [nicolewhite/slack-meme](https://github.com/nicolewhite/slack-meme) | --- |
| Slack | --- | Go: [CptSpaceToaster/slackbot](https://github.com/CptSpaceToaster/slackbot) | --- |
Expand Down

0 comments on commit 3ba2c05

Please sign in to comment.