1.2.1 • Published 8 years ago

cat-api v1.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

cat-api

Cat API. Get random cat

#Install

npm install cat-api

#Usage

//server
const app = this.app = express();
app.use('/cat-api', catApi('/cat-api'));

//client
fetch('/cat-api').then((res) => res.json()).then(json => console.log(json)) 
// {url: "/cat-api/images/PAY-Hero-Cat.jpg"}

Cat

1.2.1

8 years ago

1.2.0

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago