0.0.5 • Published 6 years ago
figma-plugins-data v0.0.5
figma-plugins-data

Fetch the latest Figma plugins meta data and stats
API
const {fetchAuthorId, fetchPluginsData} = require('figma-plugins-data')const authorId = await fetchAuthorId(authorHandle)
Fetches the authorId of the given authorHandle.
const pluginsData = await fetchPluginsData()
Fetches the latest meta data and stats of all public Figma plugins. Each object literal in the pluginsData array has the following keys:
idnamedescriptionlastUpdateDatetagsauthorIdauthorNameinstallCountlikeCountviewCount
Installation
$ yarn add figma-plugins-data