Code Monkey home page Code Monkey logo

speckle-excel's Introduction

Speckle Excel Connector

Twitter Follow Community forum users website docs

Introduction

This repo holds Speckle's Excel Connector, it's currently released as early alpha.

Documentation

Comprehensive developer and user documentation can be found in our:

Developing & Debugging

App Set up

For developing and debugging this connector you'll need to set up a Speckle App. The server on which the app runs must be on https, so do not use a local Speckle server on http://localhost:3000/ as it will not work.

You can use https://latest.speckle.dev/ or https://speckle.xyz/.

Now open up its frontend, and under your profile register a new app.

I've used the following values since my excel-connector app is running at https://localhost:3000:

  • name: ExcelConnector
  • redirect url: https://localhost:3000
  • permissions: streams:read, streams:write, profile:read, profile:email, users:read

Take note of the app id and secret, then in your speckle-excel repo:

  • duplicate .env sample to .env.local
  • then fill it in with your new app id and secret
  • note that the BASE_URL=https://localhost:3000

Running the connector locally

Run it locally:

  • npm install (first time only)
  • npm run serve
  • You might be prompted to install some certificates, go ahead and accept
  • Wait for the the process to start the Vue app, then in a separate terminal either
    • npm run excel will run excel desktop and sideload the plugin
    • npm run excel:web will run excel web, open the document defined in packages.json and sideload the plugin

If this worked out well, you should see the connector sideloaded correctly:

image

Contributing

Please make sure you read the contribution guidelines for an overview of the best practices we try to follow.

Community

The Speckle Community hangs out on the forum, do join and introduce yourself & feel free to ask us questions!

License

Unless otherwise described, the code in this repository is licensed under the Apache-2.0 License. Please note that some modules, extensions or code herein might be otherwise licensed. This is indicated either in the root of the containing folder under a different license file, or in the respective file's header. If you have any questions, don't hesitate to get in touch with us via email.

speckle-excel's People

Contributors

teocomi avatar katkatkateryna avatar didimitrie avatar izzylys avatar gjedlicska avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.