flickr-sdk

v7.0.0-beta.4
Almost certainly the best Flickr API client in the world for node and the browser
flickr api sdk photos search

tsc

tsc

test

jest

build

npm run tsc && npm run build-cjs && npm run build-esm && npm run build-browser

build-cjs

esbuild --bundle --outfile=dist/index.cjs --platform=node --format=cjs src/index.ts

build-esm

esbuild --bundle --outfile=dist/index.mjs --platform=node --format=esm src/index.ts

build-browser

esbuild --bundle --outfile=dist/index.js --format=esm src/index.ts

Metadata

  • MIT
  • >= 16
  • Unknown
  • released 11/2/2023

Downloads