-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |