Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 875 Bytes

File metadata and controls

41 lines (30 loc) · 875 Bytes

Figma API Playground

A modular sandbox for exploring and testing the Figma REST API. Designed for rapid prototyping, debugging, and workflow automation.

🚀 Features

  • Authenticate and connect to Figma API
  • Fetch files, nodes, comments, and version history
  • Test custom queries and inspect raw JSON responses
  • Modular CLI structure for easy extension

🛠️ Requirements

  • Node.js ≥ 16
  • Figma personal access token

📦 Setup

git clone https://github.com/your-username/figma-api-playground.git
cd figma-api-playground
npm install

🔑 Usage

Set your Figma token in .env:

FIGMA_TOKEN=your_token_here

or assign in frontend

Run the playground:

npm start

or use launch.bat in windows

📄 License

MIT

Let me know if you want to auto-generate badges, add usage examples, or link to your mapping dictionary.