Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalashnikovisme/hashtag_url
- Owner: kalashnikovisme
- License: mit
- Created: 2016-05-31T19:45:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-31T21:06:16.000Z (over 8 years ago)
- Last Synced: 2024-12-10T11:36:35.352Z (about 1 month ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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 HashtagUrlhashtag_url 'МИЦ', :twitter #=> http://twitter.com/hashtag/МИЦ?src=hash
```Supported social networks:
* Facebook (alias fb)
* VKontakte (alias vk)## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).