https://github.com/aliosm/homingpigeon
Monitor your experiments from one place
https://github.com/aliosm/homingpigeon
experiments monitoring ruby ruby-on-rails
Last synced: 5 months ago
JSON representation
Monitor your experiments from one place
- Host: GitHub
- URL: https://github.com/aliosm/homingpigeon
- Owner: AliOsm
- License: mit
- Created: 2019-05-03T18:11:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T10:31:22.000Z (over 3 years ago)
- Last Synced: 2025-04-06T23:17:34.809Z (about 1 year ago)
- Topics: experiments, monitoring, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://homingpigeon.herokuapp.com
- Size: 101 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homing Pigeon
Simple web application allows you to monitor your experiments results remotly.
## Usage
First of all you need to register for a new account on the [application](https://homingpigeon.herokuapp.com) and confirm your email. Then using your account, create a new pigeon and get the pigeon `token`.
For Python users you can use this [library](https://github.com/AliOsm/homingpigeon-python) which is allow you to use the application in one line of code.
For other languages, simply you can make a `GET` request to the following URL using the pigeon `token`:
```
https://homingpigeon.herokuapp.com/:token:?information=:your_text:
```