Developer's Guide
Down to the details
Open-source contributions
As you may know, we believe in being open and embracing the community around us. This is of course holds true for
open-source code contributions. If you have anything to share, don't hesitate in sending us a mail.
We'll add it to the growing list below!
-
Python client
If you are using Python this client might be of interest. While the API we provide is trivial to understand, it's sometimes easier to use a ready-made library.
It's available on http://github.com/Jahaja/python-beaconpush
Thanks Joakim Hamrén! -
Ruby client
The gem decorated language is also represented among the clients for Beaconpush.
In the name of Ruby, it sports a really intuitive API for interacting with the service.Download http://github.com/Burgestrand/Dimma from GitHub
Thanks Kim Burgestrand! -
PHP client
One of the most popular web development languages PHP, has been equipped with a client.
Available at https://github.com/ImDom/BeaconPush-PHP
Thanks Dominik Rask! -
node.js client
A JavaScript based client for the REST API using the up-and-coming platform node.js
Available at https://github.com/cgbystrom/node-beaconpush
Thanks Carl Byström! -
C# client
A Beaconpush client for the REST API, written in C# for the .NET platform.
Available at https://github.com/Hihaj/BeaconpushSharp
Thanks Anders Fjeldstad! -
Cappuccino client
Cappuccino is a powerful framework for creating desktop-like web applications. This client wraps the original Beaconpush JavaScript client for a better, more idiomatic fit in Cappuccino.
Fork it at http://github.com/luddep/cappuccino-beaconpush
Kudos to Ludwig Pettersson for sharing. -
Wordpress plugin
A plugin for the popular blogging tool Wordpress. It provides notifications of new comments in real-time. Visitors will get real-time notifications when comments are posted to blog posts that they are reading.
Get it from http://github.com/heyman/beacon-wordpress
Developed by Jonatan Heyman. Thanks!