Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danhollick/FigmaAPIThing
The repo for this tutorial:
https://github.com/danhollick/FigmaAPIThing
Last synced: 4 months ago
JSON representation
The repo for this tutorial:
- Host: GitHub
- URL: https://github.com/danhollick/FigmaAPIThing
- Owner: danhollick
- Created: 2018-10-12T07:40:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:30:44.000Z (about 2 years ago)
- Last Synced: 2024-08-01T19:48:40.668Z (7 months ago)
- Language: JavaScript
- Homepage: https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-64f2785969d8
- Size: 436 KB
- Stars: 48
- Watchers: 2
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome to the repo for my Figma API tutorial.
Here are the links for the tutorials if you don't have them already:
- [Part 1 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-64f2785969d8)
- [Part 2 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-1c7be43afb18)
- [Part 3 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-bef34b572352)
- [Part 4 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-5e2fb1984882)
- [Part 5 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-3a23a3f93d2)
- [Part 6 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-326f51153fb7)
- [Part 7 ](https://medium.com/@danhollick/a-designers-guide-to-the-figma-api-4f277131ef13)## Installation.
Clone this repo to your computer and run `npm install` in both the root directory and inside the `client` folder.
You'll also need to add your own API keys + File IDs to `server.js` in the root.
After you have done that you'll need to run `npm start` in both the root and the `client` folder to start the two servers.### Feedback
If you spot any mistakes with the repo OR the tutorials, let me know with an issue here or a response to the tutorials.