itsthatguy / avatars-api-middleware

The express middleware for our avatars service
http://avatars.adorable.io
Other
749 stars 96 forks source link

Can I use in mobile application? #89

Closed baeharam closed 5 years ago

baeharam commented 5 years ago

I'm implementing chat application by flutter. Can I use this in flutter mobile application? If so, how can I obtain the way to call API?

bigtiger commented 5 years ago

@baeharam

We host a development version of the API here: https://api.adorable.io/avatars/285/abott@adorable.png

With a description of how it's used here: http://avatars.adorable.io/

Please note: This is not intended to support production applications. We highly recommend building a node app that includes this middleware and deploying it on a host you control.

baeharam commented 5 years ago

@bigtiger Got it, thanks!