https://github.com/woodruffw/ruby-upworthy
A Ruby gem for generating clickbait titles. Based on http://upworthygenerator.com.
https://github.com/woodruffw/ruby-upworthy
Last synced: 7 months ago
JSON representation
A Ruby gem for generating clickbait titles. Based on http://upworthygenerator.com.
- Host: GitHub
- URL: https://github.com/woodruffw/ruby-upworthy
- Owner: woodruffw
- License: other
- Created: 2015-08-08T13:28:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T15:52:03.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T19:06:07.946Z (7 months ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/ruby-upworthy
- Size: 96.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ruby-upworthy
==============
[](http://badge.fury.io/rb/ruby-upworthy)
[](https://github.com/woodruffw/ruby-upworthy/actions?query=workflow%3ACI)A clickbait title generator, translated into Ruby from
[Mike Lacher's](http://mikelacher.com/)
[Upworthy Generator](http://www.upworthygenerator.com/).### Installation
```bash
$ gem install ruby-upworthy
```### Usage
From Ruby:
```ruby
require 'upworthy'Upworthy.headline # => "Watch an extroverted police officer become a legend with six words"
```From the shell:
```bash
$ upworthy
```### License
This gem is licensed under the MIT License.
For the exact terms see the LICENSE file.