Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalashnikovisme/hashtag_url

Easy urls on social networks hash tags
https://github.com/kalashnikovisme/hashtag_url

Last synced: 1 day ago
JSON representation

Easy urls on social networks hash tags

Awesome Lists containing this project

README

        

# HashtagUrl

Easy urls on social networks hash tags

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'hashtag_url'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install hashtag_url

## Usage

```ruby
include HashtagUrl

hashtag_url 'МИЦ', :twitter #=> http://twitter.com/hashtag/МИЦ?src=hash
```

Supported social networks:

* Facebook (alias fb)
* Twitter
* Instagram
* VKontakte (alias vk)

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).