Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kiote/snippet


https://github.com/kiote/snippet

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

        

= snippet

Creates little snippet like facebook or Google+ does from given uri.

for example:

```ruby
obj = Snippet.new('http://stackoverflow.com/questions/3837717/get-html-of-external-url-in-jquery')
obj.get_meta
```

returns hash: {img, title, text}