Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
totorogendut committed Mar 25, 2020
1 parent c373de9 commit adae976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ Currently it is still rather new and only support Web Monetization API, along wi

## Short-term goal

- [ ] RegEx safety net to warn website owners if one or more Web Monetization API pointer addresses are invalid
- [ ] Simpler and more intuitive implementation that will goes nicely with current API standard.
- [ ] Make a JAMstack website to host documentation.
- [ ] Early and basic asynchronous ads support (like amp-ads).
- [ ] Integrate basic cookies prompt flow and make ads cookie aware if possible (by using non-personalized ads).
- [ ] Web components / Stencil to provide basic `VIP only content` for Web Monetization subscribers.
- [ ] More robust API! Better test!
- [ ] More robust API! Better tests!

## Long term goal

Expand Down
1 change: 0 additions & 1 deletion src/fund/tests/template-scrape-weight.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ describe('get weight from <template data-fund-weight="xx" />', () => {
`
fund()
const pool = getCurrentPointerPool()
console.log(JSON.stringify(pool))
// @ts-ignore
expect(pool[0].weight).toBe(52)
document.body.innerHTML = ''
Expand Down

0 comments on commit adae976

Please sign in to comment.