Coder Social home page Coder Social logo

hilts-vaughan / angular-kickstarter-widget Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.63 MB

A small, configurable site widget for Kickstarter campaign runners to embed in their site for managing pledges

License: MIT License

CSS 51.31% JavaScript 47.63% HTML 1.06%

angular-kickstarter-widget's Introduction

angular-kickstarter-widget

A small, configurable site widget for Kickstarter campaign runners to embed in their site for managing pledges.

About

KickWidget was developed by Vaughan Hilts... as a project to be more familiar with vanilla JavaScript development and AngularJS development. It allows you to generate a widget based on your Kickstarter project using reward data and data pulled from the Kickstarter campaign. The project uses all modern HTML5 technologies but the widget itself uses only barebones JavaScript, with no dependencies such as JavaScript. This makes it a lot easier to embed on webpages that would normally be very simple and don't need the bloat of something like jQuery inside of them.

If you have a feature request or bug report, please create an issue for me on GitHub and I will get back to you when I can.

Using

Check out the demo page here to generate a project file and then follow the following steps:

  1. Include the widget.html markup where you want the widget to go.
  2. Include the widget.css in your page, also make sure you have the add_on.html and reward_row.html in the active directory of where the JavaScript will be loading form. You can edit this in the library if you'd like
  3. Include the KickWidget.js file in your page
  4. Create your widget using the code snippet below

widget = new KickWidget('kickwidget-container', jsonProject); widget.init();

The JSON project is the file you downloaded from the setup demo. You can load this in using JSON.parse or however you would like. You'll get a great widget like the one pictured below:

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.