All Projects → ColinEberhardt → Applause Button

ColinEberhardt / Applause Button

Licence: mit
A zero-configuration medium-style button for adding applause / claps / kudos to web pages and blog posts

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Applause Button

Medium-Python-Neural-Network
This code is part of my post on Medium.
Stars: ✭ 58 (-83.09%)
Mutual labels:  medium
zoom.ts
A lightweight TypeScript library for image zooming, as seen on Medium.
Stars: ✭ 44 (-87.17%)
Mutual labels:  medium
Smalleditor
Small WYSIWYG editor with delta save, inspired by Medium
Stars: ✭ 257 (-25.07%)
Mutual labels:  medium
code-medium
Browser extension that simplifies writing code in Medium posts. Quickly create and edit Github Gists without leaving the editor
Stars: ✭ 59 (-82.8%)
Mutual labels:  medium
bypass-paywalls-chrome-clean-magnolia1234
Bypass Paywalls Chrome Clean (GitLab proxy)
Stars: ✭ 32 (-90.67%)
Mutual labels:  medium
fast-image-zoom
🏞 Fast image zoom on click as seen on popular publishing platform
Stars: ✭ 21 (-93.88%)
Mutual labels:  medium
kuote
Create beautiful Medium-like quotes, perfect for sharing on Twitter or Instagram.
Stars: ✭ 11 (-96.79%)
Mutual labels:  medium
Medium Unlimited
A browser extension to read medium.com articles for free without membership.
Stars: ✭ 4,482 (+1206.71%)
Mutual labels:  medium
medium-to-wordpress-migration
Script to export medium blogs to wordpress rss xml format
Stars: ✭ 15 (-95.63%)
Mutual labels:  medium
integrate-io
Cross-Post your blogs between dev.to, Medium and Hashnode 🔀
Stars: ✭ 21 (-93.88%)
Mutual labels:  medium
read-medium-extension
Chrome extension for reading Medium for free without leaving the page.
Stars: ✭ 55 (-83.97%)
Mutual labels:  medium
medium-unlocker
Read Medium content without limit!
Stars: ✭ 127 (-62.97%)
Mutual labels:  medium
export-to-markdown
A Chrome extension to export the story in Medium to a markdown format text.
Stars: ✭ 62 (-81.92%)
Mutual labels:  medium
React-Medium-Blog
React blog page which consist of last ten medium posts. The blog card is created using shards React and React application.
Stars: ✭ 14 (-95.92%)
Mutual labels:  medium
Avenging
MVP pattern example on Android: no Dagger or RxJava example
Stars: ✭ 279 (-18.66%)
Mutual labels:  medium
artigo-solid-medium
Implementações dos exemplos demonstrados no artigo: https://bit.ly/2o97vY1
Stars: ✭ 28 (-91.84%)
Mutual labels:  medium
medium-sdk-php
Open source SDK for integrating Medium's OAuth2 API into your PHP application.
Stars: ✭ 79 (-76.97%)
Mutual labels:  medium
Tgram
typegram: open source publishing platform
Stars: ✭ 340 (-0.87%)
Mutual labels:  medium
Medium To Own Blog
Switch from Medium to your own blog in a few minutes
Stars: ✭ 3,017 (+779.59%)
Mutual labels:  medium
medium-2-md
A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.
Stars: ✭ 113 (-67.06%)
Mutual labels:  medium

Applause Button

Backers on Open Collective Sponsors on Open Collective

A zero-configuration button for adding applause / claps / kudos to web pages and blog-posts.

Minimal example

The applause button is a custom element that can be added directly to the page. Here is a minimal example:

<head>
  <!-- add the button style & script -->
  <link rel="stylesheet" href="dist/applause-button.css" />
  <script src="dist/applause-button.js"></script>
</head>
<body>
  <!-- add the button! -->
  <applause-button style="width: 58px; height: 58px;"/>
</body>

The above will render an applause button, persisting claps and clap counts.

For more information, visit the project website;

Development

Clone this repo and install dependencies via yarn:

$ yarn

Use yarn test to run the test suite. These use Jest as the test runner, and Puppeteer as a headless Chrome instance, allowing the applause button to make API requests (with appropriate responses faked within the test code).

You can build project and start watching the src folder for changes as follows:

$ yarn run watch

Run yarn test:server to start a dev server in another process.

Releases

All releases are created automatically via semantic release running on Travis.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].