Skip to content
/ figapi Public

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

Notifications You must be signed in to change notification settings

Mohsyn/figapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published