Fi5t / figmiro-server

This is proxy server for Figmiro plugin that works with Miro's REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Figmiro logo

Figmiro server

This is proxy server that works with Miro's REST API.

Such a proxy is needed first of all in order to solve Figmiro plugin problems with cors policies.

Contribution

Any ideas, issues and pull requests are welcome.

Be sure that you have at least 8 version of node.js, and of course npm.

For local work on the plugin you need to run commands bellow:

npm run dev
# then, in another terminal tab
npm run ngrok

During execution of second command you will see public https address that can be accessed for 8 hours (ngrok's docs).

Ngrok https address

You need to copy this public https address string and paste it in /app/helpers/request.ts file instead of previous baseURL string at plugin

Request file

Then start plugin development mode and you ready to go!

Made by Redmadrobot 🤖

About

This is proxy server for Figmiro plugin that works with Miro's REST API

License:MIT License


Languages

Language:TypeScript 98.9%Language:Dockerfile 1.1%