/feathers-android

Android client for feathers services

Primary LanguageJavaMIT LicenseMIT

feathers-android

A feathers client for Android

THIS IS CURRENTLY A WORK IN PROGRESS

Running the example

  1. Clone down the feathers-chat API server.
  2. Install dependencies and start chat server
cd path/to/feathers-chat npm install && npm start
  1. Change the BASE_URL in DemoApplication.java to point to the API Server
private static final String BASE_URL = "http://10.0.1.2:3030";
  1. Start the Android app in /example