An open API service indexing awesome lists of open source software.

https://github.com/zachleat/fundraising-status

Web component to show the current status of a fundraiser.
https://github.com/zachleat/fundraising-status

Last synced: 5 months ago
JSON representation

Web component to show the current status of a fundraiser.

Awesome Lists containing this project

README

          

# fundraising-status

A web component to show the current status of a fundraiser, including goal amount and current value.

## Demo

* https://zachleat.github.io/fundraising-status/demo.html

## Installation

You can install via `npm` ([`@zachleat/fundraising-status`](https://www.npmjs.com/package/@zachleat/fundraising-status)) or download the `fundraising-status.js` JavaScript file manually.

```shell
npm install @zachleat/fundraising-status --save
```

Add `fundraising-status.js` to your site’s JavaScript assets.

## Usage

```html

```