cagov / covid19

This is the official COVID19 response website for the state of California.
https://covid19.ca.gov/
45 stars 22 forks source link

Research using Figma API #5277

Open kkoryaka opened 2 years ago

kkoryaka commented 2 years ago

Research possibility of using Figma API inside of the cannabis color scheme variables.

Screen Shot 2021-09-13 at 2 02 19 PM
kkoryaka commented 2 years ago

Figma files that needs to be used: https://www.figma.com/file/3N4dFWhFqiGpWr1DRQoJUM/Design-system-colors?node-id=0%3A1

Page ID: 0%3A1 Team ID: 885217931383305943 FIle key: 3N4dFWhFqiGpWr1DRQoJUM

API Tutorials: https://www.figma.com/developers/api

Curl Command that fetches figma's colors page: curl -H 'X-FIGMA-TOKEN: HERE-GOES-YOUR-TOKEN' 'https://api.figma.com/v1/files/3N4dFWhFqiGpWr1DRQoJUM'

Other examples: Figma connect js example (doesn't work for me): https://jsitor.com/SEHYdsYs8b

Guy makes it work: https://www.youtube.com/watch?v=sDTjVoMz-H4&t=131s https://github.com/KarlRombauts/Figma-SCSS-Generator

https://johanbrook.com/writings/figma-api-colors-css/

kkoryaka commented 2 years ago

Using a tool that contains the retrieval code that depends on a specific figma file structure: https://github.com/B3nnyL/figgo

chachasikes commented 2 years ago

Think we paused on this - moved it to the cannabis ICEBOX - also putting on the static site board so it gets tracked better.