some-random-cat
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,4 +0,4 @@ | ||
const { Random } = require("../src/app") | ||
const random = new Random() | ||
let cat = random.getCat() | ||
console.log(cat) | ||
const random = require('../index') | ||
random.Random.newCat() | ||
.then(res => console.log(res)) | ||
.catch(e => console.error(e)) |
{ | ||
"name": "some-random-cat", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A utility which generates random cat images with a URL", | ||
@@ -13,2 +13,9 @@ "main": "index.js", | ||
}, | ||
"keywords": [ | ||
"randomapi", | ||
"something-random", | ||
"some-random-cat", | ||
"some-random", | ||
"random" | ||
], | ||
"author": "Aktindo", | ||
@@ -15,0 +22,0 @@ "license": "ISC", |
��# s o m e - r a n d o m - c a t | ||