Very simple api, shows pictures of different dogs on localhost. Getting a new image dog when you clicking a button in the browser. Reads a breed from a file, and writes a link with a picture to another file. In "dog.txt" you can specify the dog breed, by simply replacing the breed on the first field.
- Nodejs
- Express.js
- File System
- Superagent
- Getting a new image dog
You can fork the app or you can git-clone the app into your local machine.
$ git clone
Install project dependencies:
$ npm install
Start the app:
$ npm start