Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valeriomazzeo/danger-the_coding_love
Danger plugin that prints markdown containing a random post from http://thecodinglove.com
https://github.com/valeriomazzeo/danger-the_coding_love
Last synced: about 2 months ago
JSON representation
Danger plugin that prints markdown containing a random post from http://thecodinglove.com
- Host: GitHub
- URL: https://github.com/valeriomazzeo/danger-the_coding_love
- Owner: valeriomazzeo
- License: mit
- Created: 2016-08-01T15:02:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:34:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T10:51:50.042Z (2 months ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-danger - danger-the_coding_love - Danger plugin that prints markdown containing a random post from [thecodinglove.com](http://thecodinglove.com) (Plugins / Ruby (danger))
README
# danger-the_coding_love
[![Gem Version](https://badge.fury.io/rb/danger-the_coding_love.svg)](https://badge.fury.io/rb/danger-the_coding_love) [![Build Status](https://travis-ci.org/valeriomazzeo/danger-the_coding_love.svg?branch=master)](https://travis-ci.org/valeriomazzeo/danger-the_coding_love)
Prints markdown containing a random post from [thecodinglove.com](http://thecodinglove.com).
## Installation
$ gem install danger-the_coding_love
## Usage
the_coding_love.random
## How it looks
![alt text](https://cloud.githubusercontent.com/assets/1882080/16772431/260ffddc-484c-11e6-9464-858afefaa512.png "the_coding_love")
## Development
1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.