flickr / flickr-sdk

Almost certainly the best Flickr API client in the world for node and the browser
https://www.flickr.com/services/api
MIT License
131 stars 29 forks source link

Build a standalone version for the browser #109

Closed jeremyruppel closed 7 years ago

jeremyruppel commented 7 years ago

As part of each release, we should build a simple standalone version of this module for the browser for those who want to quickly include the SDK in a web page and start using public API methods. This file won't be minified or optimized in any way; users that require anything more should use browserify or another module bundler.

Also, this updates the readme to make it clear why we don't support OAuth in the browser.

Resolves #108.