/master-node

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Pirple's master node course

Join the chat at https://gitter.im/master-node/Lobby

Just my implementation of the master node course node API. This is for educational purposes only.

Check the curl command's file for consuming the API.

Homework Assignment #1

How to Turn It In:

  • 1. Create a public github repo for this assignment.

  • 2. Create a new post in the Facebook Group and note "Homework Assignment #1" at the top.

  • 3. In that thread, discuss what you have built, and include the link to your Github repo.

The Assignment: Please create a simple "Hello World" API. Meaning:

  • 1. It should be a RESTful JSON API that listens on a port of your choice.

  • 2. When someone posts anything to the route /hello, you should return a welcome message, in JSON format. This message can be anything you want.

This should be a 0 dependencies project although I'm using eslint to lint my code.