Skip to content

kaiquewdev/feathers-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Android client for feathers services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages