Giter VIP home page Giter VIP logo

eagle-brd-import's Introduction

eagle-brd-import

A ChiliPeppr widget that lets you drag-n-drop an Eagle BRD file so you can mill it out.

ChiliPeppr Widget

This is a widget for ChiliPeppr. It is based on a monolithic HTML file that contains CSS, Javascript, and HTML. You should edit widget.html to represent your content and functionality.

Running / Testing

This widget can be run from Cloud9 by launching the nodetestserver.js Test Web Server by right-clicking the file and choosing "Run" and then navigating to the non-SSL URL of

http://yourworkspace-youruser.c9users.io/widget.html

To run this widget from ChiliPeppr you should use the following command:

chilipeppr.load(
    "#myDivToInsertContentInto", 
    "http://yourworkspace-youruser.c9users.io/widget.html", 
    function() { 
        /* This is the callback function called after the 
        load is complete. You typically place code that 
        finds your widget library that would now be in 
        memory via cprequire() 
        */ 
    } 
);

Keep in mind that SSL does not work for ChiliPeppr yet since so many files and URL pointers point to non-SSL URL's. If you try to pull up your widget via SSL you get a bunch of errors due to the mixed SSL and non-SSL. So, just a heads up.

eagle-brd-import's People

Contributors

chilipeppr avatar raykholo avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.