vliesaputra / DeviceInformationPlugin

This plugin allows you to retrieve most information about your Android devices that are available through Android's Telephony Manager class from your PhoneGap application.
MIT License
47 stars 31 forks source link

plugins.cordova.io will be deprecated in the near future #10

Open bau720123 opened 9 years ago

bau720123 commented 9 years ago

according to this http://phonegap.com/blog/2015/05/26/npm-plugins-available/ http://cordova.apache.org/announcements/2015/04/21/plugins-release-and-move-to-npm.html

so...just want to inform you that your plugin should be move to npm in the future...

vliesaputra commented 9 years ago

thank you for letting me know. It will be nice if someone could port this plugin to npm. I don't think I have time to port this any time soon

bau720123 commented 9 years ago

thanks @vliesaputra I will try to port your plugin to npm if anything update,I will let you know

dezudas commented 9 years ago

@bau720123 were you able to port it to npm??

nirsancho commented 7 years ago

Ported to npm as cordova-device-information-plugin usage in config.xml <gap:plugin name="cordova-device-information-plugin" source="npm" version="1.0.1"/>