Skip to content

Commit

Permalink
0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfmiller committed Apr 11, 2017
1 parent c56d9c5 commit db77a54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions README.md
Expand Up @@ -12,6 +12,8 @@ A well-tested library of code for working with internet metadata:
isURL = RMR.url.isA('https://google.com'), // true
RMR.meta.retrieve('http://readmeansrun.com').then(function(data) {
/*{
"bytes" : 294,
"url" : "https://readmeansrun.com",
"mime" : "text/html",
"title": "READMEANSRUN",
"keywords": "rmr",
Expand All @@ -20,11 +22,13 @@ A well-tested library of code for working with internet metadata:
"mime": "image/png",
"url": "https://readmeansrun.com/apple-touch-icon.png"
},
"og:title": "READMEANSRUN",
"og:description": "READMEANSRUN makes websites and takes pictures",
"og:image": {
"mime": "image/png",
"url": "https://readmeansrun.com/assets/img/og-image.png"
"og" : {
"title": "READMEANSRUN",
"description": "READMEANSRUN makes websites and takes pictures",
"image": {
"mime": "image/png",
"url": "https://readmeansrun.com/assets/img/og-image.png"
}
},
"favicon": {
"mime": "image/x-icon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rmr-lib",
"version": "0.0.12",
"version": "0.0.13",
"repository": "git@github.com:davidfmiller/rmr-lib.git",
"description": "🌏",
"license": "MIT",
Expand Down

0 comments on commit db77a54

Please sign in to comment.