0.0.5 • Published 5 years ago

figma-plugins-data v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

figma-plugins-data npm Version build

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:

  • id
  • name
  • description
  • lastUpdateDate
  • tags
  • authorId
  • authorName
  • installCount
  • likeCount
  • viewCount

Installation

$ yarn add figma-plugins-data

License

MIT

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago