Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@moontaiworks/flickr-sdk

A modern TypeScript project template with ESLint, Prettier, and automated releases.

NPM Version NPM Downloads Documentation codecov

Installation

npm install @moontaiworks/flickr-sdk

Usage

ESM (ES Modules)

import FlickrSDK from "@moontaiworks/flickr-sdk";

// TODO(docs): Usage

CommonJS

const FlickrSDK = require("@moontaiworks/flickr-sdk");

// TODO(docs): Usage

Documentation

API documentation is automatically generated using TypeDoc and published to GitHub Pages.

Testing

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 test

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages