A modern TypeScript project template with ESLint, Prettier, and automated releases.
npm install @moontaiworks/flickr-sdkimport FlickrSDK from "@moontaiworks/flickr-sdk";
// TODO(docs): Usageconst FlickrSDK = require("@moontaiworks/flickr-sdk");
// TODO(docs): UsageAPI documentation is automatically generated using TypeDoc and published to GitHub Pages.
- View the latest documentation: GitHub Pages
Tests load env vars from .env.test and .env.test.local via the env command in the pnpm test scripts. The committed .env.test file includes empty placeholders; put real Flickr credentials in .env.test.local to run OAuth-backed tests locally.
FLICKR_CONSUMER_KEY=...
FLICKR_CONSUMER_SECRET=...
FLICKR_TOKEN=...
FLICKR_TOKEN_SECRET=...Then run:
pnpm testContributions are welcome! Please feel free to submit a Pull Request.