Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 365 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 365 Bytes

Catfacts API

Description

Catfacts API is an example API written in NodeJS to be used for demonstrative purposes.

Installation

$ npm install --production

Running

$ bin/server

This will launch catfacts-api on port 3000. To specify a different port to listen on, set the PORT environment variable

$ PORT=31337 bin/server