1.3.7 • Published 1 year ago

travelio-client v1.3.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Travelio Client

About

This repo is the client-side application for our travel chat/info server. It allows users to chat with other users after authenticating, and also allows users to enter special strings or commands to get specific API results printed to the console.

Usage

  • Primary:

    1. run npx travelio-client in the command line
  • Alternate:

    1. navigate to any preferred directory in which to install the github repo
    2. git clone https://github.com/julian-barker/travelio-client.git
    3. cd travelio/client
    4. npm i
    5. node index.js

Commands

  • !back - returns to the "rooms" menu
  • !weather [<zip>] - returns 5 day forecast for the provided zip, or for the user's default zip, if none is provided
  • !events [<zip>] - returns 5 day forecast for the provided zip, or for the user's default zip, if none is provided
  • !subscribe <type> - subscribes the user to receive a daily email with the weather forecast or the area's events, as specified. Uses the user's default zip.
1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.4

1 year ago