Skip to content

daffinito/complimentme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compliment me api

This is just a simple node api that returns a random compliment. There is a front end angular app to display the compliment.

Uses watchify, here is how to install it:

npm i watchify -g

Please see https://github.com/substack/watchify for more information on watchify

Then you can start the api with

npm run start:dev

and visit http://localhost:3000

It is set up for the new relic agent, simply use the following Env Variables:

NEW_RELIC_APP_NAME="name"
NEW_RELIC_LICENSE_KEY="key"
NEW_RELIC_NO_CONFIG_FILE="true"

The RestAPI endpoint is localhost:3000/api/compliment

About

api that returns compliments with a simple angular frontend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors