README
Positive Airbus
Positive Airbus is a small module that acts as a web server, and returns the date and time.
Example
require("positive-airbus");
Usage
In order for this to run, you must have Express.js
installed in your current workspace. If not, the web server cannot launch.
Also, to note the web server launches from port 3000
so you should enter localhost:3000
in your browser.
Supported Endpoints
If you take a look below, you'll find the supported endpoints.
/api/v2/time/
/api/v2/raw/time/
/api/v2/date/month/
/api/v2/date/day/
/api/v2/date/year/
Contributors
Without the help from the following contributors, Positive Airbus wouldn't be what it is today.
- BuzzReview - Core Developer
Change Log
Check out our GitHub for the change log.