ajeetbravehearts / coinkite-angular

Demo programs using Coinkite's API via AngularJS magic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coinkite API Browser in AngularJS

Learn more about Coinkite's API here and visit the Coinkite Main Site to open your account today!

Live Demo

coinkite.github.io/coinkite-angular for a working live demo served by Github Pages.

Setup

Use you favourite micro webserver to serve index.html from this directory. You can do this easily with Python (which is probably already installed).

python -m SimpleHTTPServer

... and then surf to http://localhost:8000 using a modern browser.

When you get tired of cut-n-pasting your API key and secret, create a file in this directory called my-keys.json and it will be used to prefill those fields.

Example my-keys.json file:

{
    "api_key": "K11aaa11a-aa11a111-a11aaa11111a1aa1",
    "api_secret": "Saa1a1aa1-11a11111-aa111aa1111aa111"
}

Requirements

For this demo, we are using:

All these files, except json-print, are being provided by CDN sources to make this package lighter.

Discussion

This example is using $http for the main JSON resource fetching. However, the typeahead feature fetches its data via Restangular. All API endpoints (except under /public/) require authentication with an API key and secret. The keys you need can be created on Coinkite.com under Merchant / API

See coinkite-api.js for the tricky bits: it will generate the required headers for your HTTP request and works under both node.js and in the browser.

This is a DEMO program, and we would never recommend putting API secret keys into browser-side code in any other case.

Screenshot

image

More about Coinkite

Join The Most Powerful Bitcoin Platform

Coinkite is the leading bitcoin wallet with multi-signature, bank-grade security, developer's API and hardcore privacy.

Get Your Account Today!

About

Demo programs using Coinkite's API via AngularJS magic

License:MIT License


Languages

Language:JavaScript 54.0%Language:HTML 43.5%Language:CSS 2.5%