Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.
/ liker Public archive

Fetches the count of likes for specified URL in social networks

License

Notifications You must be signed in to change notification settings

evrone/liker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED

Liker

Liker is wrapper to social networks API, which fetches the count of likes for specified URL. It supports Twitter, Facebook and VK. You are welcome to add support of some other resources.

Sponsored by Evrone

Getting Started

Installation

gem install likes

or add gem "likes" to the Gemfile

Usage

Liker.likes_count "http://evrone.ru/", :source => :facebook
 => 60
 
Liker.likes_count "http://evrone.ru/"
 => {:total=>105, :vk=>5, :twitter=>40, :facebook=>60}

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

Give an example

And coding style tests

Explain what these tests test and why

Give an example

Deployment

Add additional notes about how to deploy this on a live system

Contributing

Please read Code of Conduct and Contributing Guidelines for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License.

About

Fetches the count of likes for specified URL in social networks

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages