** This program has propose only for study **
This is an API project that generate an genre output about the name searched using REST over HTTP.
- Node.js >= 6.10.1
- Express (installed by npm)
- Download the code from GitHub http://github.com/pdsaraujo/nodejs-api-estagio/releases
- Uncompress the file
- Go to the prompt/terminal
- Go to the directory
- Run the command "node server.js "
- Access the url http://localhost:8081/<name>
- You will see the genre or undefined if not available
** This program has propose only for study **