flickr-sdk

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

tsc

tsc

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

test

jest
npm i flickr-sdk

Metadata

  • MIT
  • >= 18
  • Unknown
  • released 10/9/2024

Downloads