becvert / cordova-plugin-zeroconf

Cordova ZeroConf Plugin
MIT License
81 stars 57 forks source link

Create demo apps for users to test #70

Closed emcniece closed 5 years ago

emcniece commented 6 years ago

Might be useful to have a couple of apps for users to view and test with.

I recently created https://github.com/emcniece/ZeroconfDemo which is a pure Cordova example. It would be nice to have an Ionic example as well.

The app should be able to demonstrate both watching and registering services.

ToDo:

becvert commented 6 years ago

I think an average developer should be able to understand and apply the instructions in the README. I don't think demos are necessary and for the least I don't want to add demos to this repo. This is stuff that need maintenance too... I want to keep it lightweight. Thanks

emcniece commented 6 years ago

Ah, I should have added that to the initial comment - yes I agree that demos should not be part of this repo.

I'm happy to create an external repo and scaffold a few apps. Given how many users raise issues around basic usage of the plugin, having functional examples to point to seems like it would save us some support time.

You're correct, this introduces more maintenance, and I would like to play with a bit of CI for this new repo to help reduce overhead. I'm happy to maintain this outside of here.

@becvert would you accept a PR for adding some external repo links to the README?

becvert commented 5 years ago

Closing old issue. Feel free to reopen.