Skip to content

Commit

Permalink
update readme to clarify a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoule authored Jun 30, 2022
1 parent d435909 commit e4ab96c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
URLminder
Sample Beeminder client integration
==================

URLminder lets you connect to [Beeminder](https://www.beeminder.com) and set up a goal to beemind the number of words you publish at one or more publicly accessible URLs.
If you are looking to beemind your wordcount on a document, you will be wanting the [official Beeminder integration](https://www.beeminder.com/urlminder), perhaps confusingly _also_ named "URLminder".

This is a great way to Beemind your novel for [NaNoWriMo](http://nanowrimo.org/). Keep your novel on [Dropbox](https://dl.dropboxusercontent.com/u/256663/chapter-two.txt) or anywhere else that's publicly visible.
This repo is a sample app that connects to [Beeminder](https://www.beeminder.com) via oAuth and set up a goal to beemind the number of words you publish at one or more publicly accessible URLs.

You can use this application as a basis for other Beeminder integrations, like Beeminding a Twitter feed, your blog's Atom feed, other structured data on the web, or anything else you can think of.
This is meant as an educational sample that you use as a basis for other Beeminder integrations, like Beeminding a Twitter feed, your blog's Atom feed, other structured data on the web, or anything else you can think of.

If you publish/fork an integration, [tell us about it](https://www.beeminder.com/contact)! We'll collect them in some sort of central place so other Beeminders can discover them and use them.

You can also get started on an integration easily by using the [OmniAuth strategy for Beeminder](https://github.com/beeminder/omniauth-beeminder).
You can also get started on an integration easily by using the [OmniAuth strategy for Beeminder](https://github.com/beeminder/omniauth-beeminder).

0 comments on commit e4ab96c

Please sign in to comment.