Skip to content

Instantly share code, notes, and snippets.

@mrfoh
Last active April 4, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrfoh/2ac3c4b3ebc8c1397cdd9efff7cab554 to your computer and use it in GitHub Desktop.
Save mrfoh/2ac3c4b3ebc8c1397cdd9efff7cab554 to your computer and use it in GitHub Desktop.
## Assignment 1
Write a nodeJS server using ExpressJs that;
1. Serves the Timeoff frontend app when the "/" is request via a HTTP GET request
2. Add a route "/holidays" to the server that makes an external HTTP request to [Holiday API](https://holidayapi.com/) to get public holidays
for the current month in Nigeria.
Submit a link to your Timeoff project github repo [here!](https://forms.gle/b4vXNTBYTmnc66x5A)
@mayorcoded
Copy link

Nice! Thanks for this Patrick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment