1.0.7 • Published 5 years ago

positive-airbus v1.0.7

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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.

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago